-
-
This is an about page
-
-
-
-
diff --git a/kwa-ui/vite.config.ts b/kwa-ui/vite.config.ts
index 4217010..ad78f41 100644
--- a/kwa-ui/vite.config.ts
+++ b/kwa-ui/vite.config.ts
@@ -10,7 +10,13 @@ export default defineConfig({
vue(),
vueDevTools(),
],
- resolve: {
+ base: './',
+ build: {
+ // Optional: specify the output directory for the build
+ outDir: 'dist',
+ assetsDir: 'assets',
+ },
+ resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
},