From ec45f1de5dfcf63d72302b082277edac577d8cc5 Mon Sep 17 00:00:00 2001 From: huangsijun17 Date: Mon, 15 May 2023 17:37:26 +0800 Subject: [PATCH] Update vue.config.js --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index a8ac877..6f24d5f 100755 --- a/vue.config.js +++ b/vue.config.js @@ -11,8 +11,8 @@ */ module.exports = { // options... + publicPath: "./", pages: { - publicPath: "./", index: { entry: "src/app/index.js", template: "public/index.html",