You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Used Package Manager
npm
### Validations
- [X] Follow our [Code of Conduct](https://github.com/harlan-zw/.github/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guide](https://github.com/antfu/contribute).
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- [X] The provided reproduction is a [minimal reproducible](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
The text was updated successfully, but these errors were encountered:
Thanks for the issue. I've pushed up a workaround to avoid duplicate entries, available in v0.5.8.
You may have run into this because you have links to the same routes which have both trailing and non-trailing slashes. You may want to check your links as you'll be pre-rendering both currently, as far as I understand it. If you use https://github.com/harlan-zw/nuxt-link-checker, it will warn you.
Describe the bug
Some dynamic routes are added multiple times in my sitemap.xml. Here's an example :
Notice the the second and the third URLs as well as the last two URLs. Some routes are dynamic, here's my pages folder structure :
Reproduction
No response
System Info
The text was updated successfully, but these errors were encountered: