Add html lang attribute

This commit is contained in:
Sam Carlton 2020-09-19 23:08:59 -05:00
parent 08c8a68427
commit faa08268ab

View file

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