From bb5d6b3837f24eedc7b1a8e5d3ba3e778a369a08 Mon Sep 17 00:00:00 2001 From: satnaing Date: Tue, 31 Jan 2023 13:04:43 +0630 Subject: [PATCH] docs: add main image in astro-paper-2 blog post --- src/content/blog/astro-paper-2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/blog/astro-paper-2.md b/src/content/blog/astro-paper-2.md index 2b7b6f5..393853c 100644 --- a/src/content/blog/astro-paper-2.md +++ b/src/content/blog/astro-paper-2.md @@ -4,7 +4,7 @@ pubDatetime: 2023-01-30T15:57:52.737Z title: AstroPaper 2.0 postSlug: astro-paper-2 featured: true -ogImage: "" +ogImage: https://user-images.githubusercontent.com/53733092/215683840-dc2502f5-8c5a-44f0-a26c-4e7180455056.png tags: - release description: AstroPaper with the enhancements of Astro v2. Type-safe markdown contents, bug fixes and better dev experience etc. @@ -12,6 +12,8 @@ description: AstroPaper with the enhancements of Astro v2. Type-safe markdown co Astro 2.0 has been released with some cool features, breaking changes, DX improvements, better error overlay and so on. AstroPaper takes advantage of those cool features, especially Content Collections API. +![Introducing AstroPaper 2.0](https://user-images.githubusercontent.com/53733092/215683840-dc2502f5-8c5a-44f0-a26c-4e7180455056.png) + ## Table of contents ## Features & Changes