summaryrefslogtreecommitdiff
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index 6d838be..615e6d4 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -1,6 +1,6 @@
const hostname = typeof window !== 'undefined' && window.location && window.location.hostname;
-const PRODUCTION = hostname ? hostname.includes("geshem") : false;
+const PRODUCTION = true;
export const IMAGES_BASE_URL = PRODUCTION ? "https://imgs.geshem.space" : "";