If you get stuck with the migration or have post-migration bugs, please get in touch!
In moving to the RC release, the package name has changed from @nuxtseo/module to @nuxtjs/seo.
@nuxtseo/module@nuxtjs/seopnpm remove @nuxtseo/module && pnpm i -D @nuxtjs/seo
yarn remove @nuxtseo/module && yarn add -D @nuxtjs/seo
npm remove @nuxtseo/module && npm install -D @nuxtjs/seo
export default defineNuxtConfig({
modules: [
- '@nuxtseo/module'
+ '@nuxtjs/seo',
]
})
The sitemap module has been updated to v5, which itself included a package rename.
nuxt-simple-sitemap@nuxtjs/sitemapNo changes are required to your config.