Html attrs lang fr doesnt work
I change html attrs in nuxt.config.ts in fr but it doesnt work. app: {
head: {
title: "Nuxt",
htmlAttrs: {
lang: 'fr',
},
meta: [
{
charset: "utf-8",
},
{
name: "viewport",
content: "width=device-width, initial-scale=1",
},
{
name: "description",
content: "Nuxt",
},
],
head: {
title: "Nuxt",
htmlAttrs: {
lang: 'fr',
},
meta: [
{
charset: "utf-8",
},
{
name: "viewport",
content: "width=device-width, initial-scale=1",
},
{
name: "description",
content: "Nuxt",
},
],
