From 7bb712802d2150a54b6c59f33448c973ff8ae946 Mon Sep 17 00:00:00 2001 From: log101 Date: Sun, 12 May 2024 07:55:58 +0300 Subject: [PATCH] fix: add req props --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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