|
|
@@ -5,10 +5,11 @@ import vue from '@vitejs/plugin-vue'
|
|
|
|
|
|
// https://vitejs.dev/config/
|
|
|
export default defineConfig({
|
|
|
- plugins: [vue()],
|
|
|
- resolve: {
|
|
|
- alias: {
|
|
|
- '@': fileURLToPath(new URL('./src', import.meta.url))
|
|
|
+ base: '/ui/',
|
|
|
+ plugins: [vue()],
|
|
|
+ resolve: {
|
|
|
+ alias: {
|
|
|
+ '@': fileURLToPath(new URL('./src', import.meta.url))
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
})
|