fix: ajouter l'attribut lang à la balise html pour la conformité linguistique

This commit is contained in:
2025-12-25 17:06:23 +01:00
parent ebe067d606
commit e1e8cc4354

View File

@@ -9,7 +9,10 @@ useHead({
},
link: [
{ rel: 'icon', type: 'image/webp', href: '/favicon.webp' }
]
],
htmlAttrs: {
lang: 'en'
}
})
</script>