netlify-plugin-sitemap
netlify-plugin-sitemap copied to clipboard
Sitemap not adding / in urls
Morning,
I have noticed on my website that the sitemap isn't generating the urls correctly.
For example, instead of being https://flocc.co/insights/check-in-on-your-strategy/, its appearing in the sitemap as https://flocc.co/insightscheck-in-on-your-strategy/ (see screenshot below)

This is a static build using nuxt, and the urls are being generated correctly for the site itself, just not in the sitemap.
In my netlify.toml I have the following lines: [[plugins]] package = "@netlify/plugin-sitemap"
[plugins.inputs]
trailingSlash = true
Please can someone let me know if I'm doing something wrong, or if this is a bug that needs fixing?