From 91eb8485f3e1a358862e8473b755cb20a6444b23 Mon Sep 17 00:00:00 2001 From: zicla Date: Tue, 11 Jun 2019 01:13:47 +0800 Subject: [PATCH] Fix the static path issue. --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 03a6cde..9caea52 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,5 @@ module.exports = { - publicPath: "./", + publicPath: "/", assetsDir: "static", devServer: { port: 6015,