Move now to the notes, add redirect. Fix bug with note links and capitalization

This commit is contained in:
2026-05-15 16:49:36 -07:00
parent 0a98a4c6ed
commit 8f299c9631
6 changed files with 33 additions and 9 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const pathname = Astro.url.pathname.replace(import.meta.env.BASE_URL, '/');
return (
<div>
<a href={notePath} class={linkClasses}>
<a href={node.id} class={linkClasses}>
{node.title || leader}
</a>
</div>