diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 0c392fe..6c46e0e 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -5,7 +5,7 @@ const posts = await Astro.glob('./posts/*.md'); ---