From 6cbe0657f0efde131396f24382e7f2f41780ac04 Mon Sep 17 00:00:00 2001 From: shunnNet Date: Tue, 15 Oct 2024 23:33:35 +0800 Subject: [PATCH] chore: update demo deployment setup --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index efa480f..3a58645 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -11,7 +11,7 @@ import vue from '@vitejs/plugin-vue' // https://vitejs.dev/config/ // https://vitejs.dev/guide/build.html#library-mode export default defineConfig({ - base: '/dist', + // base: '/dist', plugins: [ vue(), UnoCSS(),