harlan-zw / nuxt-seo

The complete SEO solution for Nuxt.

Home Page:https://nuxtseo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The lang of Html is always en

7836246 opened this issue · comments

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

Nuxt v3.11.2      "@nuxtjs/seo": "2.0.0-rc.10",

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