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: "/" })