
The catch-all route that swallowed sitemap.xml
If your sitemap address returns the post-not-found page, no route exists for it and the sibling dynamic segment is matching the whole thing as a slug. The repair is a real route at that exact path, because a static segment outranks a dynamic one.
