From e023d88b2708c475fccc9ce362ee27b424a1bd01 Mon Sep 17 00:00:00 2001 From: Yan <61414485+yanthomasdev@users.noreply.github.com> Date: Sun, 1 Feb 2026 23:13:39 -0300 Subject: [PATCH 1/8] Fix article links --- src/pages/articles/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/articles/index.astro b/src/pages/articles/index.astro index 19011ba..68c9c7e 100644 --- a/src/pages/articles/index.astro +++ b/src/pages/articles/index.astro @@ -16,7 +16,7 @@ const articles = await getCollection("articles");