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
+1 -1
View File
@@ -224,7 +224,7 @@ eleventyImport:
<li class="post-card"> <li class="post-card">
<div class="post-header"> <div class="post-header">
<h3 class="text-xl font-semibold"> <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> </h3>
</div> </div>
<p class="text-surface-600 dark:text-surface-400 mt-2">Starred GitHub repositories</p> <p class="text-surface-600 dark:text-surface-400 mt-2">Starred GitHub repositories</p>