From 724c1398f0af1dff8c9a23ce07360f06f6cba9a3 Mon Sep 17 00:00:00 2001 From: yanglbme Date: Mon, 9 Nov 2020 03:34:27 +0000 Subject: [PATCH] docs: prettify code --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 50342be..d54f935 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,4 @@ module.exports = { outputDir: "dist", - publicPath: process.env.NETLIFY ? '/' : '/md/' + publicPath: process.env.NETLIFY ? "/" : "/md/", };