From f16190d70e3f80a400447608e43c4cb475faa34f Mon Sep 17 00:00:00 2001 From: N-Pex Date: Mon, 9 Nov 2020 17:07:32 +0100 Subject: [PATCH] Update vue.config.js --- vue.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index ef6e86b..0b18dc1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,9 @@ module.exports = { "transpileDependencies": [ "vuetify" - ] + ], + + publicPath: process.env.NODE_ENV === 'production' + ? './' + : './', } \ No newline at end of file