diff --git a/vue.config.js b/vue.config.js index 3b2a20f..fcb9388 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,9 @@ -module.exports = { - devServer: { +module.exports = +{ + devServer: + { disableHostCheck: true, - } -} + }, + publicPath: + process.env.NODE_ENV === 'production' ? '/VeracrossAnalyzer.Client/' : '/' +};