From 48ef09bba7870f1c700a41abd1d4c13c20c57c34 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 01:00:18 -0500 Subject: [PATCH] add rel to external card links --- src/components/IssueList.astro | 2 +- src/components/ProjectCard.astro | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/IssueList.astro b/src/components/IssueList.astro index a04b60a4..691bc749 100644 --- a/src/components/IssueList.astro +++ b/src/components/IssueList.astro @@ -120,7 +120,7 @@ if (repoInfo) { {issues.length > 0 ? (
{issues.map((issue) => ( - +