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