Set html lang attribute to en
This commit is contained in:
parent
9592cd3160
commit
e6cda256ae
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ export default defineNuxtConfig({
|
||||||
app: {
|
app: {
|
||||||
head: {
|
head: {
|
||||||
titleTemplate: "%s - Owltide",
|
titleTemplate: "%s - Owltide",
|
||||||
|
htmlAttrs: {
|
||||||
|
lang: "en",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue