diff --git a/src/components/BlogPostList.astro b/src/components/BlogPostList.astro index a91abec..ea4cb78 100644 --- a/src/components/BlogPostList.astro +++ b/src/components/BlogPostList.astro @@ -9,7 +9,7 @@ const allPosts = await getCollection("blog"); allPosts.map((post) => (