Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c4ea2a797 | ||
|
|
7d666e2510 | ||
|
|
96a18562f0 | ||
|
|
b64d601d47 | ||
|
|
26aec2a4af | ||
|
|
ad23ab39ed | ||
|
|
d982bef3c5 | ||
|
|
2463f0900d | ||
|
|
23ba727b9a | ||
|
|
6c625fb76b | ||
|
|
0aafbbbdb5 | ||
|
|
8e6e0fac47 |
@@ -10,7 +10,7 @@
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/frontend/:match*",
|
||||
"destination": "https://gse-frontend-preview.vercel.app/:match*"
|
||||
"destination": "https://gse-frontend.vercel.app/:match*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
const PROD = false as boolean;
|
||||
const PROD = true as boolean;
|
||||
|
||||
export const USE_LOGGER = true as boolean;
|
||||
|
||||
export const CLIENT_ID = "Ov23lilAc5biyyRY0K1u";
|
||||
export const CLIENT_ID = "Ov23liZSweT9LJrck9i8";
|
||||
|
||||
export const HOST = PROD
|
||||
? "github-stats-extended.vercel.app"
|
||||
|
||||
Reference in New Issue
Block a user