harlan-zw / nuxt-seo

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

The lang of Html is always en #241

Closed 7836246 closed 1 month ago

7836246 commented 1 month ago

Describe the bug

app: { htmlAttrs: { lang: 'zh-CN', }, meta: { charset: 'utf-8', viewport: 'width=device-width, initial-scale=1.0' }, }, The value is always en 开启了后页面上 lang 一直是 en ### Reproduction _No response_ ### System / Nuxt Info ```Shell Nuxt v3.11.2 "@nuxtjs/seo": "2.0.0-rc.10", ```
7836246 commented 1 month ago

seo: { // 后背标题 默认标题 fallbackTitle: true, // 默认元数据 automaticDefaults: true }, automaticDefaults: true That's what happens.