diff --git a/src/pages/index.astro b/src/pages/index.astro index 797180d..b3ad598 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -39,9 +39,6 @@ const posts = (await getCollection('blog')).sort( (a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf(), ); - - - --- @@ -82,10 +79,10 @@ const posts = (await getCollection('blog')).sort( - +