From 5ac061ca7da79a5724646ec2c7cff61d2944837c Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Tue, 15 Aug 2023 21:09:46 +0200 Subject: [PATCH] prefetch posts Signed-off-by: Max Schmidt --- astro/src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/src/pages/index.astro b/astro/src/pages/index.astro index b7b2d6e..fbb15f1 100644 --- a/astro/src/pages/index.astro +++ b/astro/src/pages/index.astro @@ -25,7 +25,7 @@ const posts = await getPosts(); { posts.length > 0 ? ( posts.map((post) => ( - +

{post.title}

{post.publishedDate && (