Skip to content

Commit f8fe25b

Browse files
committed
fix
1 parent 89ec1fa commit f8fe25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import dynamic from 'next/dynamic';
22

33
export const baseURL = (() => {
44
// Preview deployments
5-
if (process.env.VERCEL_PUBLIC_ENV === 'preview') {
5+
if (process.env.NEXT_PUBLIC_VERCEL_ENV === 'preview') {
66
return `https://${process.env.NEXT_PUBLIC_VERCEL_BRANCH_URL}`;
77
}
88

0 commit comments

Comments
 (0)