Closed vasilistotskas closed 1 month ago
Hi, the @nuxtseo/module
is deprecated, can you please upgrade to @nuxtjs/seo
. There's a guide here: https://nuxtseo.com/nuxt-seo/migration-guide/beta-to-rc
Oh yes i noticed like 2 mins ago, thanks!
@harlan-zw Hello, I have the same issue and i'm up to date:
"dependencies": {
"@nuxtjs/seo": "^2.0.0-rc.23",
...
},
"devDependencies": {
"nuxt-site-config": "^2.2.18",
"nuxt-site-config-kit": "^2.2.18",
...
}
[12:46:25] WARN Duplicated imports "getPathRobotConfig", the one from "#internal/nuxt-robots" has been ignored and "[...]/node_modules/@nuxtjs/sitemap/dist/runtime/nitro/composables/getPathRobotConfigPolyfill" is used
[12:46:25] WARN Duplicated imports "getPathRobotConfig", the one from "#internal/nuxt-robots" has been ignored and "[...]/node_modules/@nuxtjs/sitemap/dist/runtime/nitro/composables/getPathRobotConfigPolyfill" is used
[12:46:26] WARN Duplicated imports "getPathRobotConfig", the one from "#internal/nuxt-robots" has been ignored and "[...]/node_modules/@nuxtjs/sitemap/dist/runtime/nitro/composables/getPathRobotConfigPolyfill" is used
Describe the bug
While building my Nuxt application, I'm encountering warnings related to duplicated imports of getPathRobotConfig. Specifically, it appears that the import from #internal/nuxt-robots is being ignored in favor of the one from nuxt-simple-sitemap. Here are the relevant details from the build logs:
Reproduction
No response
System / Nuxt Info