fix: correct starred repos URL to /github/starred/

Confab-Link: http://localhost:8080/sessions/0ec83454-d346-4329-8aaf-6b12139bf596
This commit is contained in:
Ricardo
2026-03-06 14:21:10 +01:00
parent 596334ab38
commit 80c4b55faa

View File

@@ -224,7 +224,7 @@ eleventyImport:
<li class="post-card">
<div class="post-header">
<h3 class="text-xl font-semibold">
<a href="/starred/" class="text-surface-900 dark:text-surface-100 hover:text-accent-600 dark:hover:text-accent-400">/starred</a>
<a href="/github/starred/" class="text-surface-900 dark:text-surface-100 hover:text-accent-600 dark:hover:text-accent-400">/github/starred</a>
</h3>
</div>
<p class="text-surface-600 dark:text-surface-400 mt-2">Starred GitHub repositories</p>