From e35f119c44659f0f42c3a1a6e9fe1c9acf2a1876 Mon Sep 17 00:00:00 2001 From: BeiyanYunyi <14120445+BeiyanYunyi@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:04:00 +0800 Subject: [PATCH] feat: :sparkles: image for head --- src/components/BlogPost.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BlogPost.astro b/src/components/BlogPost.astro index 8fd3993..af39c78 100644 --- a/src/components/BlogPost.astro +++ b/src/components/BlogPost.astro @@ -18,7 +18,7 @@ export type Props = { const { title, slug, remarkPluginFrontmatter, description, tag, date, image } = Astro.props; --- - +