解决CDN异常
This commit is contained in:
@ -13,7 +13,7 @@ async function start () {
|
||||
const nuxt = new Nuxt(config)
|
||||
|
||||
const {
|
||||
host = process.env.HOST || '127.0.0.1',
|
||||
host = process.env.HOST || '0.0.0.0',
|
||||
port = process.env.PORT || 3000
|
||||
} = nuxt.options.server
|
||||
|
||||
|
Reference in New Issue
Block a user