about summary refs log tree commit diff
path: root/nuxt.config.js
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-27 17:42:53 +0100
committerGitHub <noreply@github.com>2020-01-27 17:42:53 +0100
commit3c2ac6715dfffc2eda38e014ed0b4986ccc7f75a (patch)
tree6fe224aac15e46ed4f527b12b86fdac7ab376b29 /nuxt.config.js
parent5305c18b05803bf0d032027e645c71ac59627621 (diff)
parent6582d35072ee2bb81e0600311292aca63a1fd0eb (diff)
downloadpuszcza-3c2ac6715dfffc2eda38e014ed0b4986ccc7f75a.tar.gz
puszcza-3c2ac6715dfffc2eda38e014ed0b4986ccc7f75a.zip
Merge pull request #24 from 19pdh/oboz
Oboz
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
    */