From e633927da73ff941f73a714bf81d28917073914e Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Sat, 3 Jan 2026 10:49:56 +0100 Subject: [PATCH] switch back to prod/master --- backend/vercel.json | 2 +- frontend/frontend/src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/vercel.json b/backend/vercel.json index 964d7ac7..5cd35f02 100644 --- a/backend/vercel.json +++ b/backend/vercel.json @@ -9,7 +9,7 @@ "rewrites": [ { "source": "/frontend/:match*", - "destination": "https://gse-frontend-preview.vercel.app/:match*" + "destination": "https://gse-frontend.vercel.app/:match*" } ] } \ No newline at end of file diff --git a/frontend/frontend/src/constants.js b/frontend/frontend/src/constants.js index 9c12b107..39abeb67 100644 --- a/frontend/frontend/src/constants.js +++ b/frontend/frontend/src/constants.js @@ -1,5 +1,5 @@ /* eslint-disable no-nested-ternary */ -export const PROD = false; +export const PROD = true; export const USE_LOGGER = true;