diff --git a/vue.config.js b/vue.config.js index 188ca39..b1ff79a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,8 @@ module.exports = { publicPath: process.env.NODE_ENV === `production` ? `/top-lists/` - : `/` + : `/`, + devServer: { + disableHostCheck: false, // set this to true to allow ngrok web serving + }, } \ No newline at end of file