This commit is contained in:
Donald Zou
2025-08-17 15:13:30 +08:00
parent 0c0cf3a378
commit 854b9d252f
5 changed files with 10 additions and 8 deletions

View File

@@ -18,7 +18,6 @@ export default defineConfig({
}
}
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
@@ -30,5 +29,5 @@ export default defineConfig({
},
host: '0.0.0.0'
},
base: '/static/client/dist'
base: './'
})