diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 85d7f0c..8316503 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -17,7 +17,7 @@ const allBlogposts = await getCollection('blog'); allBlogposts.map((post) => (

- {post.data.title} + {post.data.title}

{post.data.description}