From 13651d490eef8013380ebedf36666ed132c9ca86 Mon Sep 17 00:00:00 2001 From: ihzero Date: Thu, 9 May 2024 20:44:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 16 +++++++++++++++- vite.config.js | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) 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:{