diff --git a/template/nuxt.config.js b/template/nuxt.config.js index e7944ee..c101c5c 100644 --- a/template/nuxt.config.js +++ b/template/nuxt.config.js @@ -70,6 +70,14 @@ export default { '/api': '~/api' }, + /* + ** For deployment you might want to edit host and port + */ + // server: { + // port: 8000, // default: 3000 + // host: '0.0.0.0' // default: localhost + // }, + /* ** Build configuration ** See https://nuxtjs.org/api/configuration-build/