Skip to content

Commit c09a386

Browse files
feat: add html attributes
1 parent 280d81e commit c09a386

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nuxt.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ export default defineNuxtConfig({
66
app: {
77
head: {
88
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" }],
9+
charset: "utf-8",
10+
viewport: "width=device-width, initial-scale=1",
11+
htmlAttrs: {
12+
lang: "en",
13+
},
914
},
1015
},
1116
site: {
@@ -33,7 +38,7 @@ export default defineNuxtConfig({
3338
],
3439
author: "Alexander Padberg <undefinedhuman>",
3540
colorScheme: "dark light",
36-
applicationName: "Cosmify",
41+
applicationName: "Cosmify Documentation",
3742
ogSiteName: "Cosmify Documentation",
3843
ogLocale: "en_US",
3944
ogType: "website",

0 commit comments

Comments
 (0)