Skip to content

Commit 27be585

Browse files
authored
feat(config): add meta tag (#723)
2 parents 1eb7f36 + adb8fb2 commit 27be585

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docusaurus.config.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,15 @@ const config: Config = {
7171
defaultMode: "light",
7272
respectPrefersColorScheme: true,
7373
},
74-
74+
headTags: [
75+
{
76+
tagName: "meta",
77+
attributes: {
78+
name: "google-site-verification",
79+
content: "S7ko-mhGTnZdYIIAcKUa-IsjtF8x-0wvleX2uDUg0NU",
80+
},
81+
},
82+
],
7583
docs: {
7684
sidebar: {
7785
autoCollapseCategories: false,

0 commit comments

Comments
 (0)