[Feature]: Fix/Add Correct "Sitemap.xml" Route routes/[sitemap.xml].tsx
#25
Labels
enhancement
New feature or request
feature
New feature requests
help wanted
Extra attention is needed
refactor
Code refactoring and cleanup
Currently there is
app/app/routes/site-map.tsx
.I think that we should have a proper
sitemap.xml
route exposed that uses the proper Remix routing file path (routes/[sitemap.xml].tsx
) and provides the necessaryloader()
function to generate the sitemap given the request and context.Something along the lines of:
The text was updated successfully, but these errors were encountered: