From c17f707533f1f0763f862c2facebe7ca68e4dc86 Mon Sep 17 00:00:00 2001 From: inmake Date: Mon, 18 Aug 2025 16:15:33 +0500 Subject: [PATCH] Update .env file to activate production API URL and enable tour availability in projects data --- .env | 4 ++-- src/data/projects.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 370ab26..d63da65 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -VITE_API_URL=http://192.168.1.224:4002 +# VITE_API_URL=http://192.168.1.224:4002 # VITE_API_URL=http://192.168.1.144:4002 # VITE_API_URL=http://194.26.138.94:4002 -# VITE_API_URL=https://irthtest.online/api +VITE_API_URL=https://irthtest.online/api # VITE_API_URL=https://irth.graff.estate/api \ No newline at end of file diff --git a/src/data/projects.ts b/src/data/projects.ts index 6da2240..74ca78f 100644 --- a/src/data/projects.ts +++ b/src/data/projects.ts @@ -1359,7 +1359,7 @@ export const projects: Project[] = [ y: [405, 405], }, ], - // tourAvailable: true, + tourAvailable: true, }, { name: "Sky Loft Type A",