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' },