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 1a5016a commit 852155aCopy full SHA for 852155a
apps/web/src/lib/constants.ts
@@ -1,6 +1,6 @@
1
import dynamic from 'next/dynamic';
2
3
-export const baseURL = `https://${process.env.NEXT_PUBLIC_VERCEL_URL}`;
+export const baseURL = process.env.NEXT_PUBLIC_URL;
4
5
export type ToolState = 'available' | 'installed' | 'configured';
6
0 commit comments