diff options
| -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" : ""; |
