switch back to prod/master
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/frontend/:match*",
|
||||
"destination": "https://gse-frontend-preview.vercel.app/:match*"
|
||||
"destination": "https://gse-frontend.vercel.app/:match*"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
/* eslint-disable no-nested-ternary */
|
||||
export const PROD = false;
|
||||
export const PROD = true;
|
||||
|
||||
export const USE_LOGGER = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user