diff --git a/docs/features/social images.md b/docs/features/social images.md index cec368351..456f4fb59 100644 --- a/docs/features/social images.md +++ b/docs/features/social images.md @@ -27,6 +27,7 @@ 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: 630, // height to generate with (in pixels) + excludeRoot: false, // wether to exclude "/" index path to be excluded from auto generated images (false = use auto, true = use default og image) imageStructure: defaultImage // import from `socialImage.tsx`, recommended to add your own one there as well } ``` diff --git a/docs/images/social-image-preview-dark.png b/docs/images/social-image-preview-dark.png index e00469b2d..c12545166 100644 Binary files a/docs/images/social-image-preview-dark.png and b/docs/images/social-image-preview-dark.png differ diff --git a/docs/images/social-image-preview-light.png b/docs/images/social-image-preview-light.png index 7f2f13b3e..ca0bdbc75 100644 Binary files a/docs/images/social-image-preview-light.png and b/docs/images/social-image-preview-light.png differ