fix: baseurl2

This commit is contained in:
OCDkirby 2024-09-06 17:07:27 +10:00
parent 4c3d1fead8
commit 706c173aae

View File

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