switch to 'preview' url

This commit is contained in:
martin-mfg
2026-01-05 12:56:39 +01:00
parent bb3e7eaf4d
commit 40505fbb69
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.vercel.app/:match*"
"destination": "https://gse-frontend-preview.vercel.app/:match*"
}
]
}
+1 -1
View File
@@ -1,5 +1,5 @@
/* eslint-disable no-nested-ternary */
export const PROD = true;
export const PROD = false;
export const USE_LOGGER = true;