From 83f3bbdd1e85a373a744f0ea20f32896b7b4a7ae Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Fri, 15 May 2026 16:50:59 -0700 Subject: [PATCH] Fix another bug with the notes URLs. --- src/components/NoteHierarchy.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NoteHierarchy.astro b/src/components/NoteHierarchy.astro index 083ca56..15d365b 100644 --- a/src/components/NoteHierarchy.astro +++ b/src/components/NoteHierarchy.astro @@ -41,7 +41,7 @@ const pathname = Astro.url.pathname.replace(import.meta.env.BASE_URL, '/'); return (
- + {node.title || leader}