change the url base to match gh pages

This commit is contained in:
2023-03-26 20:41:35 +02:00
parent 54a052bb23
commit 0bca77a3c7
+1 -1
View File
@@ -11,5 +11,5 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url)) '@': fileURLToPath(new URL('./src', import.meta.url))
} }
}, },
base: "/GuildMaster/" base: "/"
}) })