From 89d4d828b9ec1816e1c5f81533bd5c010ac375d1 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 26 Jan 2019 15:49:23 +0000 Subject: [PATCH] fix: upgrade to publicPath (#86) 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 4a9f1e07..c966ee81 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