Hello, I have one hard coded route to an /contact page. Like this: contact: path: /contact defaults: { _controller: 'Bolt\Controllers\Frontend::template', template: 'contact' } The above route is not shown in the Sitemap. Is there a way to add this to the sitemap?