From 8d3774049a5452bc556e4e4f3e1d728ef9a94e4a Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 26 Jan 2019 15:37:13 +0000 Subject: [PATCH] fix: upgrade to publicPath License: MIT Signed-off-by: Henrique Dias --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 4a9f1e0..c966ee8 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,4 @@ module.exports = { runtimeCompiler: true, - baseUrl: '[{[ .StaticURL ]}]' + publicPath: '[{[ .StaticURL ]}]' } \ No newline at end of file