diff --git a/src/pages/index.astro b/src/pages/index.astro index cc151fe..1b9b6c6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,7 +17,7 @@ const allTeknikPosts = await getCollection("blog"); { allTeknikPosts .sort((p1, p2) => p2.data.date.getTime() - p1.data.date.getTime()) - .map((p) => ) + .map((p) => ) } Tüm Yayınlar