From 782858b360ddbe628df0bc6bf38799c30cd60216 Mon Sep 17 00:00:00 2001 From: Tom Richter <68494402+tom-richter@users.noreply.github.com> Date: Thu, 14 Jan 2021 20:30:09 +0100 Subject: [PATCH] docs: add comment with host and port config for deployment (#181) --- template/nuxt.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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/