Compare commits

...
6 Commits
Author SHA1 Message Date
martin-mfg d982bef3c5 Revert "fix problem on simultaneous login"
This reverts commit 23ba727b9a.
2026-01-08 18:57:49 +01:00
martin-mfg 2463f0900d Merge branch 'master' into release 2026-01-08 18:51:11 +01:00
martin-mfg 23ba727b9a fix problem on simultaneous login 2026-01-07 11:55:03 +01:00
martin-mfg 6c625fb76b Merge branch 'master' into release 2026-01-07 11:44:26 +01:00
martin-mfg 0aafbbbdb5 back to release rewrite 2026-01-06 20:21:14 +01:00
martin-mfg 8e6e0fac47 back to relase env vars 2026-01-06 20:00:49 +01:00
2 changed files with 3 additions and 3 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*"
}
]
}
+2 -2
View File
@@ -1,9 +1,9 @@
/* eslint-disable no-nested-ternary */
export const PROD = false;
export const PROD = true;
export const USE_LOGGER = true;
export const CLIENT_ID = 'Ov23lilAc5biyyRY0K1u';
export const CLIENT_ID = 'Ov23liZSweT9LJrck9i8';
export const HOST = PROD
? 'github-stats-extended.vercel.app'