Help understanding routing with a custom `_routes.json`
Hey I'm debugging an user bug report for Astro.
The user has the following
And the following file-tree:
If he now tries to access his webpage using the following url:
Would like to understand the why, so we can offer a fix in Astro?
The user has the following
_routes.jsonAnd the following file-tree:
If he now tries to access his webpage using the following url:
https://example.com/unknown, the index.html is returned.Would like to understand the why, so we can offer a fix in Astro?