diff --git a/index.html b/index.html index 8388c4b..67c608c 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,27 @@ + - Vite + Vue + +
+ + diff --git a/vite.config.js b/vite.config.js index 68bb738..1c2068c 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,7 +5,7 @@ import { fileURLToPath, URL } from 'node:url' // https://vitejs.dev/config/ export default defineConfig({ build:{ - assetsDir: 'h5/assets', + assetsDir: 'cockpit/assets', }, plugins: [vue(), UnoCSS()], server:{