We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ec1fa commit f8fe25bCopy full SHA for f8fe25b
apps/web/src/lib/constants.ts
@@ -2,7 +2,7 @@ import dynamic from 'next/dynamic';
2
3
export const baseURL = (() => {
4
// Preview deployments
5
- if (process.env.VERCEL_PUBLIC_ENV === 'preview') {
+ if (process.env.NEXT_PUBLIC_VERCEL_ENV === 'preview') {
6
return `https://${process.env.NEXT_PUBLIC_VERCEL_BRANCH_URL}`;
7
}
8
0 commit comments