From e6aa27b5a1ea64f740f5e004590eced8070fdbe4 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 08:19:53 -0500 Subject: [PATCH] add rel to issue preview links --- src/components/IssueList.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => ( - +
{issue.title}