unikent / astro

MIT License
7 stars 2 forks source link

Typing letters after a page id in astro url doesn't give a 404 #262

Open mb324-unikent opened 6 years ago

mb324-unikent commented 6 years ago

I have a url https://astro.dev/site/1/page/1

If I manually add some letters after the id at the end, everything still works fine.

eg https://astro.dev/site/1/page/1blahblahblah

Should astro be allowing this?