about summary refs log tree commit diff
path: root/nuxt.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'nuxt.config.js')
-rw-r--r--nuxt.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
index e5b3d4d..f454cac 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -4,6 +4,9 @@ const BASE_URL = process.env.DEPLOY_PRIME_URL || 'http://localhost:3000'
 
 export default {
   mode: 'universal',
+  server: {
+    host: '0.0.0.0'
+  },
   /*
    ** Headers of the page
    */