switch back to prod/master

This commit is contained in:
martin-mfg
2026-01-03 10:49:56 +01:00
parent 75c78ab6f4
commit e633927da7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"rewrites": [
{
"source": "/frontend/:match*",
"destination": "https://gse-frontend-preview.vercel.app/:match*"
"destination": "https://gse-frontend.vercel.app/:match*"
}
]
}
+1 -1
View File
@@ -1,5 +1,5 @@
/* eslint-disable no-nested-ternary */
export const PROD = false;
export const PROD = true;
export const USE_LOGGER = true;