diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 7c14461..3bcc511 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -20,7 +20,7 @@ const posts = (await getCollection("blog")).sort(
-
    +
      { posts.map((post) => (
    • @@ -33,6 +33,7 @@ const posts = (await getCollection("blog")).sort( alt="" />

      {post.data.title}

      +

      {post.data.description}