Can someone help me out with the plugin-sitemap config?
[[plugins]]
package = “@netlify/plugin-sitemap”
[plugins.inputs]
exclude = [
# By Glob pattern
‘/admin’,
'/tools’,
‘/contact/success’,
'/200’,
]
So /admin isn’t in the sitemap, great… but the rest of the items (like /tools) are.
What am I missing here, do I not have the syntax right?