mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add html lang attribute
This commit is contained in:
parent
08c8a68427
commit
faa08268ab
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ export default {
|
||||||
** Headers of the page
|
** Headers of the page
|
||||||
*/
|
*/
|
||||||
head: {
|
head: {
|
||||||
|
// this htmlAttrs you need
|
||||||
|
htmlAttrs: {
|
||||||
|
lang: 'en',
|
||||||
|
},
|
||||||
title: 'Does it ARM',
|
title: 'Does it ARM',
|
||||||
meta: [
|
meta: [
|
||||||
{ charset: 'utf-8' },
|
{ charset: 'utf-8' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue