From 95d5824ba9b372dd2cda4ea3554631d3e9170a45 Mon Sep 17 00:00:00 2001 From: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> Date: Thu, 22 Feb 2024 23:16:33 +0530 Subject: [PATCH] fix: og image (#13829) --- packages/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = !!(