summaryrefslogtreecommitdiff
path: root/src/config.tsx
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-09-24 11:03:09 +0200
committerYuval Adam <_@yuv.al>2025-09-24 11:03:09 +0200
commit0af176b7511640cf85d3a074afc890099ef0ca04 (patch)
tree042100dd805b62cbdeb36b4ee72e7d617d80f887 /src/config.tsx
parent305ca679a4454add442f9dfb745be4e2bbb5d14b (diff)
Remove old src/ files
Diffstat (limited to 'src/config.tsx')
-rw-r--r--src/config.tsx19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/config.tsx b/src/config.tsx
deleted file mode 100644
index 4ca4578..0000000
--- a/src/config.tsx
+++ /dev/null
@@ -1,19 +0,0 @@
-const hostname = window && window.location && window.location.hostname;
-
-const PRODUCTION = hostname.includes("geshem");
-
-export const IMAGES_BASE_URL = PRODUCTION ? "https://imgs.geshem.space" : "";
-
-export const MAPBOX_ACCESS_TOKEN =
- "pk.eyJ1IjoieXV2YWRtIiwiYSI6ImNpcnMxbzBuaTAwZWdoa25oczlzZmkwbHcifQ.UHtLngbKm9O8945pJm23Nw";
-
-export const IMAGE_COORDINATES = [
- [31.7503896894, 34.4878044232],
- [37.8574239563, 34.5078463729],
- [37.7157066403, 29.4538271687],
- [31.9347389087, 29.4373462909]
-];
-
-export const PLAYBACK_HOURS = 2;
-
-export const PLAYBACK_SLOTS = (PLAYBACK_HOURS * 6) - 1; \ No newline at end of file