#Blog page does not exist error
7 messages · Page 1 of 1 (latest)
Hello 👋 What does the code for your page look like?
Would it help if I send you the github link?
The problem I'm facing is at the "notes" tab. I have added some dummy posts to test the functionality, but when you click on the posts, it returns a 404 page.
It looks like there is no dynamic route to create pages for notes like there is for the blog (/src/pages/posts/[...slug.astro])
Ahh I see! Let me try fixing that. Thank you!