diff --git a/src/components/PostComponent.astro b/src/components/PostComponent.astro index 5deaa5d..49e5f8f 100644 --- a/src/components/PostComponent.astro +++ b/src/components/PostComponent.astro @@ -18,19 +18,19 @@ const { post } = Astro.props as Props; {post.data.image != null ? (
{Intl.DateTimeFormat(astroI18n.locale, { day: "numeric", month: "long", year: "numeric", }).format(post.data.created)}
{post.data.description}
-