From 9717092c6a7fc5ebe6938c6ecf67af316737fc6b Mon Sep 17 00:00:00 2001 From: Viktor Suprun Date: Mon, 30 Aug 2021 16:53:48 +1100 Subject: [PATCH] Fixed base path to vue resources #703 --- web2/vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web2/vue.config.js b/web2/vue.config.js index d96498334..0b1e62d5c 100644 --- a/web2/vue.config.js +++ b/web2/vue.config.js @@ -10,4 +10,5 @@ module.exports = { transpileDependencies: [ 'vuetify', ], + publicPath: './', };