Skip to content

Commit 8765c02

Browse files
committed
Add lang attribute to html tag
1 parent 70d69a4 commit 8765c02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export default defineNuxtConfig({
1111
{ property: 'og:image:alt', content: 'GOV.UK Vue'}
1212
],
1313
htmlAttrs: {
14-
class: 'govuk-template'
14+
class: 'govuk-template',
15+
lang: 'en-GB'
1516
},
1617
bodyAttrs: {
1718
class: 'govuk-template__body js-enabled'

0 commit comments

Comments
 (0)