diff --git a/packages/lib/constants.ts b/packages/lib/constants.ts index ecfbce9790..c602801cf0 100644 --- a/packages/lib/constants.ts +++ b/packages/lib/constants.ts @@ -83,7 +83,7 @@ export const SEO_IMG_DEFAULT = `${CAL_URL}/og-image.png`; // parameters you pass to the /api/social/og/image endpoint, you wrap them in encodeURIComponent // as well, otherwise the URL won't be valid. export const SEO_IMG_OGIMG = `${CAL_URL}/_next/image?w=1200&q=100&url=${encodeURIComponent( - `${CAL_URL}/api/social/og/image` + `/api/social/og/image` )}`; export const SEO_IMG_OGIMG_VIDEO = `${CAL_URL}/video-og-image.png`; export const IS_STRIPE_ENABLED = !!(