Skip to content

Commit

Permalink
feat(nuxt): add html lang attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Epoxide committed Jul 6, 2024
1 parent 72214be commit 2f8fd5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
app: {
head: {
htmlAttrs: {
lang: 'en',
},
},
},
devtools: { enabled: true },
routeRules: {
'/R2AT': {
Expand Down

0 comments on commit 2f8fd5d

Please sign in to comment.