From bdd7b2cbb44fe71fc9178578a51be73e595d9abc Mon Sep 17 00:00:00 2001 From: Karim H Date: Fri, 21 Mar 2025 11:37:18 -0400 Subject: [PATCH] docs(CustomOgImages): update socialImage property to accept full URLs --- docs/plugins/CustomOgImages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/CustomOgImages.md b/docs/plugins/CustomOgImages.md index 5d47c419c..1a20cd993 100644 --- a/docs/plugins/CustomOgImages.md +++ b/docs/plugins/CustomOgImages.md @@ -62,7 +62,7 @@ The following properties can be used to customize your link previews: | `socialDescription` | `description` | Description to be used for preview. | | `socialImage` | `image`, `cover` | Link to preview image. | -The `socialImage` property should contain a link to an image relative to `quartz/static`. If you have a folder for all your images in `quartz/static/my-images`, an example for `socialImage` could be `"my-images/cover.png"`. +The `socialImage` property should contain a link to an image either relative to `quartz/static`, or a full URL. If you have a folder for all your images in `quartz/static/my-images`, an example for `socialImage` could be `"my-images/cover.png"` or `"https:///quartz/static/my-images/conver.png"`. > [!info] Info >