From 23a61d400def1ccfbaa79e2d6c7472556b09fdd3 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 23 Aug 2020 18:47:57 +0530 Subject: [PATCH] Add `host: 0.0.0.0` to server property. #1099 --- nuxt.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index 4bc723761..16e17368b 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -21,6 +21,9 @@ export const options = { export default { mode: "spa", target: "static", + server: { + host: "0.0.0.0", // default: localhost + }, /* ** Headers of the page */