From aaaf3ac3906b28fb440e995efb0780d070786cbd Mon Sep 17 00:00:00 2001 From: boybook Date: Tue, 13 Aug 2024 20:21:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E6=80=A7=E4=BF=AE=E6=94=B9vu?= =?UTF-8?q?e.config.js=E7=9A=84publicPath?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index be0f26a..90c53a0 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,5 @@ const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, - publicPath: '/mc-text-formatter/' + publicPath: '/' })