diff --git a/backend/vercel.json b/backend/vercel.json index 5cd35f02..964d7ac7 100644 --- a/backend/vercel.json +++ b/backend/vercel.json @@ -9,7 +9,7 @@ "rewrites": [ { "source": "/frontend/:match*", - "destination": "https://gse-frontend.vercel.app/:match*" + "destination": "https://gse-frontend-preview.vercel.app/:match*" } ] } \ No newline at end of file diff --git a/frontend/frontend/src/constants.js b/frontend/frontend/src/constants.js index 39abeb67..9c12b107 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 = true; +export const PROD = false; export const USE_LOGGER = true;