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