Skip to content

v2.7.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 02:31
· 954 commits to main since this release

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.xml

This only whens when you're not using multiple sitemaps with the sitemaps option.