From a363f1ceb364f3b3bea9c73a7bb5d0830f15de72 Mon Sep 17 00:00:00 2001 From: OLIMINATOR Date: Wed, 30 Aug 2023 16:26:12 +0200 Subject: [PATCH] fix: project stats --- src/pages/projects.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 6663a24..94bb3a2 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -13,7 +13,7 @@ for (const project of PROJECTS) { headers: { Authorization: `Bearer ${import.meta.env.GITHUB_ACCESS_TOKEN}`, }, - } + }, ).catch(console.log); if (!rawRepository) { project.stats = { @@ -63,7 +63,7 @@ PROJECTS.sort((a, b) => a.name.localeCompare(b.name)); { PROJECTS.map((project) => (
-
+

{project.name}