Added the DOCS_BASE const to the App.jsx
This commit is contained in:
parent
ee115d3425
commit
e8870b6723
@ -10,6 +10,7 @@ import Chooser from "@/states/Manage/pages/Chooser";
|
||||
import AchievementList from "@/states/Manage/pages/pages.jsx";
|
||||
|
||||
export const AUTH_URL = "https://discord.com/api/oauth2/authorize?client_id=1017165319892107274&redirect_uri=http%3A%2F%2Flocalhost%3A5173%2Fcode&response_type=code&scope=identify%20guilds";
|
||||
export const DOCS_BASE = "https://docs.sheepstar.xyz/docs/";
|
||||
|
||||
export default () => {
|
||||
const router = createBrowserRouter([
|
||||
|
Loading…
x
Reference in New Issue
Block a user