diff --git a/src/pages/news/index.astro b/src/pages/news/index.astro index 7082101..1750fc7 100644 --- a/src/pages/news/index.astro +++ b/src/pages/news/index.astro @@ -42,7 +42,7 @@ const newsItems = await getCollection("news", (post)=>{ }) .slice(0,6) .map((item) => ( - + )) }