From 8baf39712136a522e2ee72d0c70e7dece4e12714 Mon Sep 17 00:00:00 2001 From: Adrien KISSIE Date: Mon, 23 Sep 2024 22:44:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20wip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 581eea9..ad2e2a3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -171,7 +171,7 @@ const projects = (await getCollection("projects")).sort( const { Content } = await entry.render(); return (
  • -
  • );