Ok, really struggling here on what I thought would be a piece of cake. I'm unable to get navigation to work between markdown files in the pages directory.
I used the prevUrl nextUrl props but they do not return a value.
Should I just make an array from the list of objects and index through them? Seems Astro's routing should solve that.
Read through the docs and came out confused.
I'm sure I'm just missing something obvious here.
Here's a link to the github repo file https://github.com/ResearchScientist/Website-Web-Dev-Notes/blob/master/src/components/NotesNavigation.astro .
Appreciate any help.