diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index e5ad3d2..72b3251 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -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' },