Skip to content

Commit 852155a

Browse files
committed
fix preview
1 parent 1a5016a commit 852155a

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
@@ -1,6 +1,6 @@
11
import dynamic from 'next/dynamic';
22

3-
export const baseURL = `https://${process.env.NEXT_PUBLIC_VERCEL_URL}`;
3+
export const baseURL = process.env.NEXT_PUBLIC_URL;
44

55
export type ToolState = 'available' | 'installed' | 'configured';
66

0 commit comments

Comments
 (0)