v2.7.0
Features
Rename sitemap sitemapName (d98abe3), closes #69
You can provide config to rename the sitemap route. If you're using nuxt-simple-robots, it will add the updated name to the robots.txt.
export default defineNuxtConfig({
sitemap: {
sitemapName: 'foo.xml',
},
})Sitemap: https://example.com/foo.xmlThis only whens when you're not using multiple sitemaps with the sitemaps option.