We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e91fb commit bf579f5Copy full SHA for bf579f5
βsrc/shared/constants/index.ts
@@ -1,5 +1,5 @@
1
export const CLIENT_SIDE_URL =
2
- process.env.NEXT_PUBLIC_STAGE === 'production' ? 'https://api.somewhere' : `https://api-dev.even-took.com`;
+ process.env.NEXT_PUBLIC_STAGE === 'production' ? 'https://api-dev.even-took.com' : `https://api-dev.even-took.com`;
3
4
export const SERVER_SIDE_URL =
5
- process.env.NEXT_PUBLIC_STAGE === 'production' ? 'https://backend.somewhere' : `https://api-dev.even-took.com`;
0 commit comments