From 0bca77a3c77a8b0fbf37dd1412e967ebbfd389d0 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sun, 26 Mar 2023 20:41:35 +0200 Subject: [PATCH] change the url base to match gh pages --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index c8bada4..a3f6d54 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -11,5 +11,5 @@ export default defineConfig({ '@': fileURLToPath(new URL('./src', import.meta.url)) } }, - base: "/GuildMaster/" + base: "/" })