diff --git a/examples/blog/src/components/BlogPost.astro b/examples/blog/src/components/BlogPost.astro index 95116b2e7a..22fd74645a 100644 --- a/examples/blog/src/components/BlogPost.astro +++ b/examples/blog/src/components/BlogPost.astro @@ -18,7 +18,7 @@ const { title, author, publishDate, heroImage } = Astro.props; {heroImage && }
{publishDate}