Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d982bef3c5 | ||
|
|
2463f0900d | ||
|
|
23ba727b9a | ||
|
|
6c625fb76b | ||
|
|
0aafbbbdb5 | ||
|
|
8e6e0fac47 |
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
"rewrites": [
|
"rewrites": [
|
||||||
{
|
{
|
||||||
"source": "/frontend/:match*",
|
"source": "/frontend/:match*",
|
||||||
"destination": "https://gse-frontend-preview.vercel.app/:match*"
|
"destination": "https://gse-frontend.vercel.app/:match*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
/* eslint-disable no-nested-ternary */
|
/* eslint-disable no-nested-ternary */
|
||||||
export const PROD = false;
|
export const PROD = true;
|
||||||
|
|
||||||
export const USE_LOGGER = true;
|
export const USE_LOGGER = true;
|
||||||
|
|
||||||
export const CLIENT_ID = 'Ov23lilAc5biyyRY0K1u';
|
export const CLIENT_ID = 'Ov23liZSweT9LJrck9i8';
|
||||||
|
|
||||||
export const HOST = PROD
|
export const HOST = PROD
|
||||||
? 'github-stats-extended.vercel.app'
|
? 'github-stats-extended.vercel.app'
|
||||||
|
|||||||
Reference in New Issue
Block a user