diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index 3a5ac30..209cb84 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -31,7 +31,7 @@ const datestamp = post.data.date.toLocaleDateString(undefined, { }); --- - +