summaryrefslogtreecommitdiff
path: root/src/config.ts
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-09-24 10:07:20 +0200
committerYuval Adam <_@yuv.al>2025-09-24 10:07:20 +0200
commitc89f55bc7949e2741d29f76392ab3af8d49886ca (patch)
tree4e217ab6f1da0f85ddcd2881ba547fed4a8399ba /src/config.ts
parentbd921aa827d0edbf8ad8523cf570d8baba4c9076 (diff)
Remove rc-slider
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" : "";