Skip to content

Commit d8e32c4

Browse files
authored
add sitename, to ensure for correct title
1 parent 1bc982b commit d8e32c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ const config = {
145145
plugins: ["line-numbers", "command-line"],
146146
},
147147
metadata: [
148-
{ name: 'google-site-verification', content: 'g8d_0UGQgwAYseQGOOqRvsTPup3xawCbb-i2jT9HyVc' },
148+
{ name: "google-site-verification", content: "g8d_0UGQgwAYseQGOOqRvsTPup3xawCbb-i2jT9HyVc" },
149+
{ name: "og:site_name", content: "Secured Signal API" },
149150
]
150151
}),
151152
}

0 commit comments

Comments
 (0)