From bb6c53bc82e0918b284533dc533f0cef7e0b2640 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 26 Oct 2021 15:45:38 +0200 Subject: [PATCH] testing with public path auto --- vue/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/vue.config.js b/vue/vue.config.js index 689731a6d..a8156ae05 100644 --- a/vue/vue.config.js +++ b/vue/vue.config.js @@ -48,7 +48,7 @@ module.exports = { filenameHashing: false, productionSourceMap: false, publicPath: process.env.NODE_ENV === 'production' - ? '/static/vue' + ? 'auto' : 'http://localhost:8080/', outputDir: '../cookbook/static/vue/', runtimeCompiler: true,