From 4d47d7da0f776889ec6891313ae1a7adda43f2a1 Mon Sep 17 00:00:00 2001 From: alphaAE Date: Sun, 17 Jul 2022 09:39:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=91=E5=B8=83=E5=90=8E?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E4=BD=8D=E7=BD=AE=E9=97=AE=E9=A2=98?= 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 e939b56..8e62fc4 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: "./", + publicPath: "./", });