#Blog page does not exist error

7 messages · Page 1 of 1 (latest)

austere thorn
#

Hey guys, I'm building a personal portfolio site along with a blog section. The problem is when I click on the link to the post, I get a page does not exist error. I can share more details via DM. I'm a noob coder, trying to learn on my own. Pretty sure I made an error somewhere but not able to figure out.

pearl oar
#

Hello 👋 What does the code for your page look like?

austere thorn
#

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.

pearl oar
#

It looks like there is no dynamic route to create pages for notes like there is for the blog (/src/pages/posts/[...slug.astro])

austere thorn
#

Ahh I see! Let me try fixing that. Thank you!