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 db323ec commit 4f2f69bCopy full SHA for 4f2f69b
apps/web/src/lib/constants.ts
@@ -3,7 +3,6 @@ import dynamic from 'next/dynamic';
3
export const baseURL = (() => {
4
// Preview deployments
5
if (process.env.VERCEL_ENV === 'preview') {
6
- return 'http://localhost:3000';
7
return `https://${process.env.VERCEL_BRANCH_URL}`;
8
}
9
0 commit comments