Skip to content

Commit

Permalink
feat: lang seo
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Jul 15, 2023
1 parent 08ff8fe commit 828586d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ export default defineNuxtConfig({
],
},

app: {
head: {
htmlAttrs: { lang: 'en' },
},
},

htmlValidator: {
failOnError: true,
options: {
Expand Down

0 comments on commit 828586d

Please sign in to comment.