From e4463ad62a1837da9b2a2db11d3b00b4335da8ac Mon Sep 17 00:00:00 2001 From: satnaing Date: Mon, 25 Sep 2023 17:02:47 +0630 Subject: [PATCH] docs: update generated svg image to generated OG image --- src/content/blog/adding-new-post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/adding-new-post.md b/src/content/blog/adding-new-post.md index f46c2f8..73a5230 100644 --- a/src/content/blog/adding-new-post.md +++ b/src/content/blog/adding-new-post.md @@ -32,7 +32,7 @@ Here is the list of frontmatter property for each post. | **_featured_** | Whether or not display this post in featured section of home page | default = false | | **_draft_** | Mark this post 'unpublished'. | default = false | | **_tags_** | Related keywords for this post. Written in array yaml format. | default = others | -| **_ogImage_** | OG image of the post. Useful for social media sharing and SEO. | default = SITE.ogImage or generated SVG image | +| **_ogImage_** | OG image of the post. Useful for social media sharing and SEO. | default = SITE.ogImage or generated OG image | | **_canonicalURL_** | Canonical URL (absolute), in case the article already exists on other source. | default = `Astro.site` + `Astro.url.pathname` | Only `title`, `description` and `pubDatetime` fields in frontmatter must be specified.