We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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"
Please can someone let me know if I'm doing something wrong, or if this is a bug that needs fixing?
The text was updated successfully, but these errors were encountered: