mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
fix: ajouter l'attribut lang à la balise html pour la conformité linguistique
This commit is contained in:
@@ -9,7 +9,10 @@ useHead({
|
|||||||
},
|
},
|
||||||
link: [
|
link: [
|
||||||
{ rel: 'icon', type: 'image/webp', href: '/favicon.webp' }
|
{ rel: 'icon', type: 'image/webp', href: '/favicon.webp' }
|
||||||
]
|
],
|
||||||
|
htmlAttrs: {
|
||||||
|
lang: 'en'
|
||||||
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user