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 */