I've been configuring a local site I built via Docusaurus, and I can't get to show the About page. I made sure the links are correct, but I keep on getting an error. I feel like I just overlooked something very simple, but I honestly don't know much about this.
Here's the local site saying "Page not found"
Here's where the about file is located inside the folder
Here's the error I got in the terminal
Thank you so much!
I am adapting this answer to try to help you.
1. Move your
about.mdfile to thedocsfolder.This way, it will compile correctly.
2. In your
docusaurus.config.js, modify to look similar to this. This will put a link in thenavbarto the pageabout.md.