diff --git a/src/components/Posts/PostNav.astro b/src/components/Posts/PostNav.astro index 6a323eb..0e37186 100644 --- a/src/components/Posts/PostNav.astro +++ b/src/components/Posts/PostNav.astro @@ -43,7 +43,7 @@ const nextSlug = nextPost ? getSlugFromId(nextPost.id) : null; ---