@nuxtjs/sitemapThis module is now the official Sitemap module for Nuxt. To properly
reflect this, the package has been renamed to @nuxtjs/sitemap from nuxt-simple-sitemap and
the GitHub repository has been moved to nuxt-modules/sitemap.
{
"dependencies": {
- "nuxt-simple-sitemap": "*"
+ "@nuxtjs/sitemap": "^5.0.0"
}
}
nuxt.config.export default defineNuxtConfig({
modules: [
- 'nuxt-simple-sitemap'
+ '@nuxtjs/sitemap'
]
})
cacheMaxAgeSeconds - by @harlan-zw (00d17)The DevTools has been updated to match the branding of the other Nuxt SEO module DevTools. (bc4ae)
sitemap.xml using route rules - by @harlan-zw (e1bee)