Added the DOCS_BASE const to the App.jsx

This commit is contained in:
Mathias Wagner 2023-11-17 06:46:45 +01:00
parent ee115d3425
commit e8870b6723
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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([