Added html lang attribute

This commit is contained in:
2024-12-02 00:23:25 +01:00
parent 75094fce6c
commit 43cbf51117

View File

@@ -11,6 +11,9 @@ export default defineNuxtConfig({
app: {
head: {
htmlAttrs: {
lang: 'en',
},
link: [
{ rel: 'icon', type: 'image/png', sizes: '96x96', href: '/favicon-96x96.png' },
{ rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' },