fix: baseurl

This commit is contained in:
OCDkirby
2024-09-06 17:05:05 +10:00
parent 24aea136fb
commit 4c3d1fead8

View File

@@ -49,5 +49,5 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url)) '@': fileURLToPath(new URL('./src', import.meta.url))
} }
}, },
base: '/rpcsx-site/', base: '/',
}); });