From 0d6a41694daba5b0f9d519a80304722b47854cba Mon Sep 17 00:00:00 2001 From: weixin_45569091 Date: Mon, 22 Apr 2024 15:55:02 +0800 Subject: [PATCH] Auto Commit --- index.html | 1 - vite.config.js | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d4ab82b..030a6ff 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,6 @@ - Vite App diff --git a/vite.config.js b/vite.config.js index fbff1a4..a9b92e6 100644 --- a/vite.config.js +++ b/vite.config.js @@ -8,3 +8,9 @@ export default defineConfig({ }, plugins: [vue()] }) + +module.exports = { + publicPath: './', + outputDir: 'dist', + indexPath: 'index.html' +} -- GitLab