Skip to content

Commit 4f2f69b

Browse files
committed
fix preview
1 parent db323ec commit 4f2f69b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/src/lib/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import dynamic from 'next/dynamic';
33
export const baseURL = (() => {
44
// Preview deployments
55
if (process.env.VERCEL_ENV === 'preview') {
6-
return 'http://localhost:3000';
76
return `https://${process.env.VERCEL_BRANCH_URL}`;
87
}
98

0 commit comments

Comments
 (0)