From 753743cb06c1fd0a6d1a25bbdf2dd0207d04d6dc Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Fri, 3 Jan 2020 18:41:55 +0100 Subject: Add oboz site --- nuxt.config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuxt.config.js') 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 */ -- cgit 1.4.1