Add config entry for allowing ngrok server hosting
This commit is contained in:
parent
9ecb499e59
commit
fa46bb44ef
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: process.env.NODE_ENV === `production`
|
publicPath: process.env.NODE_ENV === `production`
|
||||||
? `/top-lists/`
|
? `/top-lists/`
|
||||||
: `/`
|
: `/`,
|
||||||
|
devServer: {
|
||||||
|
disableHostCheck: false, // set this to true to allow ngrok web serving
|
||||||
|
},
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue