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 02e72d3 commit db323ecCopy full SHA for db323ec
apps/web/src/lib/constants.ts
@@ -3,6 +3,7 @@ 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