From 5f06c47fdbae41ff40657e1d4da7253aea547a41 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 31 Oct 2019 15:52:06 +0200 Subject: Change config to support netlify deployment as well --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/config.js b/src/config.js index d86264b..f74382c 100644 --- a/src/config.js +++ b/src/config.js @@ -1,6 +1,6 @@ const hostname = window && window.location && window.location.hostname; -const PRODUCTION = hostname.includes("geshem.space"); +const PRODUCTION = hostname.includes("geshem"); const IMAGES_BASE_URL = PRODUCTION ? "https://imgs.geshem.space" : ""; -- cgit v1.3.1