Set html lang attribute to en

This commit is contained in:
Hornwitser 2025-07-01 18:48:01 +02:00
parent 9592cd3160
commit e6cda256ae

View file

@ -11,6 +11,9 @@ export default defineNuxtConfig({
app: {
head: {
titleTemplate: "%s - Owltide",
htmlAttrs: {
lang: "en",
},
},
},
runtimeConfig: {