0
0
Fork 0
top-lists/vue.config.js

8 lines
No EOL
190 B
JavaScript

module.exports = {
publicPath: process.env.NODE_ENV === `production`
? `/top-lists/`
: `/`,
devServer: {
disableHostCheck: false, // set this to true to allow ngrok web serving
},
}