From e6cda256ae2233c06015154344c484cfcef45e8b Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Tue, 1 Jul 2025 18:48:01 +0200 Subject: [PATCH] Set html lang attribute to en --- nuxt.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 67fc11e..631dc6d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -11,6 +11,9 @@ export default defineNuxtConfig({ app: { head: { titleTemplate: "%s - Owltide", + htmlAttrs: { + lang: "en", + }, }, }, runtimeConfig: {