benoitdemaegdt / nuxt3-sitemap

sitemap generation for nuxt3
55 stars 6 forks source link

Added extra checks to prevent wrong output #6

Closed StefanVDWeide closed 2 years ago

StefanVDWeide commented 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:

Both should not be in the final sitemap.

benoitdemaegdt commented 2 years ago

Great, thank you 🙌