fix: og image (#13829)

This commit is contained in:
Udit Takkar
2024-02-22 10:46:33 -07:00
committed by GitHub
parent 5f95a4d041
commit 95d5824ba9
+1 -1
View File
@@ -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 = !!(