Skip to content

Commit b6373c7

Browse files
committed
chore: add lang html attr to app head to avoid html validator errors
1 parent c340d50 commit b6373c7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ export default defineNuxtConfig({
4949

5050
app: {
5151
head: {
52+
htmlAttrs: {
53+
lang: 'en-US',
54+
},
5255
link: [
5356
{
5457
rel: 'search',

0 commit comments

Comments
 (0)