Closed StefanVDWeide closed 2 years ago
This PR is meant to fix the issue where generating a sitemap while using Nuxt/Content would lead to extra URLs being added to the sitemap.xml file. The URLs specifically contained:
sitemap.xml
_payload.js
200.html
Both should not be in the final sitemap.
Great, thank you 🙌
This PR is meant to fix the issue where generating a sitemap while using Nuxt/Content would lead to extra URLs being added to the
sitemap.xml
file. The URLs specifically contained:_payload.js
200.html
Both should not be in the final sitemap.