From faa08268ab06756320c8faa16ea58981d8375fc8 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 19 Sep 2020 23:08:59 -0500 Subject: [PATCH] Add html lang attribute --- nuxt.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index dfc9a3a..650c0a8 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -49,6 +49,10 @@ export default { ** Headers of the page */ head: { + // this htmlAttrs you need + htmlAttrs: { + lang: 'en', + }, title: 'Does it ARM', meta: [ { charset: 'utf-8' },