harlan-zw / nuxt-seo

The complete SEO solution for Nuxt.
https://nuxtseo.com
949 stars 56 forks source link

lang and icon reported missing if set in `nuxt.config.ts` #245

Closed emavitta closed 2 days ago

emavitta commented 3 weeks ago

Describe the bug

If i set the lang and the icon in the nuxt.config.tsfile, it doesn't get discovered in devtools and is reported as missing.

image

In this example i just set the lang.

I don't know if has something to do with #147 or #274

Reproduction

https://stackblitz.com/edit/nuxt-starter-monleb?file=layout%2Fdefault.vue,app.vue,pages%2Findex.vue,nuxt.config.ts

System / Nuxt Info

No response

harlan-zw commented 2 days ago

Hi, thank you for the reproduction. This is a bug in the Nuxt DevTools. There is a similar issue here https://github.com/nuxt/devtools/issues/636

I'll close this in favour of that as there's nothing I can do from this module.