This commit is contained in:
Donald Zou
2025-08-17 15:24:53 +08:00
parent 854b9d252f
commit 1dfa1d62e1
49 changed files with 66 additions and 86 deletions

View File

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