From 2c980932414968733a33a29a0b34861cc84fdeeb Mon Sep 17 00:00:00 2001 From: satnaing Date: Fri, 30 Dec 2022 16:14:44 +0630 Subject: [PATCH] docs: describe svg limitation for Twitter card --- src/contents/dynamic-og-images.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/contents/dynamic-og-images.md b/src/contents/dynamic-og-images.md index 2ad1f77..af579c1 100644 --- a/src/contents/dynamic-og-images.md +++ b/src/contents/dynamic-og-images.md @@ -49,3 +49,4 @@ At the time of writing this, [Satori](https://github.com/vercel/satori) is fairl - If you have Blog posts with non-English titles, you have to set `embedFonts` option to `false` (file: `src/utils/generateOgImage.tsx`). Even after this, the OG image might not be displayed very well. - Besides, RTL languages are not supported yet. - [Using emoji](https://github.com/vercel/satori#emojis) in the title might be a little bit tricky. +- Sadly, this new dynamic OG image generation feature cannot be used for Twitter social images since `svg` image type is not supported for Twitter Cards.