mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-05 16:56:17 +00:00
Build
This commit is contained in:
@@ -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'
|
||||
})
|
||||
|
Reference in New Issue
Block a user