On my bolt instance, I've overriden entries' routing to remove content-type from uri, ie:
http://example.com/my-first-entry
http://example.com/another-entry
I've also installed the sitemap extension, but as it defines routing like:
http://example.com/sitemap
http://example.com/sitemap.xml
I can't access my sitemap as my entries routing is the first one matched.
I tried to redefine a routing for sitemap before entries but the extension can't be called statically. I also tried to define a exclusion requirement in entries route but it doesn't work either.
Any idea ?