From a4e74786ba799dfad26f86d13c6dd51feead88dd Mon Sep 17 00:00:00 2001 From: Emile Bangma Date: Sat, 26 Oct 2024 20:13:58 +0200 Subject: [PATCH] Update docs/features/social images.md --- docs/features/social images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/social images.md b/docs/features/social images.md index cbfdeeeb1..cec368351 100644 --- a/docs/features/social images.md +++ b/docs/features/social images.md @@ -26,7 +26,7 @@ For example, here's what the default configuration looks like if you set `genera generateSocialImages: { colorScheme: "lightMode", // what colors to use for generating image, same as theme colors from config, valid values are "darkMode" and "lightMode" width: 1200, // width to generate with (in pixels) - height: 676, // height to generate with (in pixels) + height: 630, // height to generate with (in pixels) imageStructure: defaultImage // import from `socialImage.tsx`, recommended to add your own one there as well } ```