diff options
| author | Yuval Adam <_@yuv.al> | 2019-10-31 15:52:06 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-10-31 15:52:16 +0200 |
| commit | 5f06c47fdbae41ff40657e1d4da7253aea547a41 (patch) | |
| tree | fcebaf6c70a634f0025e7be645f4dcd4da27c885 | |
| parent | e50f79b12e17dc8acb2795ffdbbff7177a00ddbd (diff) | |
Change config to support netlify deployment as well
| -rw-r--r-- | src/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" : ""; |
