--- import NotchedBox from './NotchedBox.astro'; import NoteHierarchy from './NoteHierarchy.astro'; const pathname = Astro.url.pathname.replace(import.meta.env.BASE_URL, ''); const isActive = pathname.startsWith("notes"); ---
Notes