diff --git a/examples/blog/src/pages/blog.astro b/examples/blog/src/pages/blog.astro index 6c0d056399..0009d4382c 100644 --- a/examples/blog/src/pages/blog.astro +++ b/examples/blog/src/pages/blog.astro @@ -35,7 +35,7 @@ const posts = (await Astro.glob('./blog/*.{md,mdx}')).sort(
- +
    {posts.map((post) => (
  • @@ -50,7 +50,7 @@ const posts = (await Astro.glob('./blog/*.{md,mdx}')).sort(
  • ))}
- +