Skip to content

Commit 1e64f99

Browse files
committed
chore(seo): add Bing webmaster verification meta tag
1 parent 4360a8b commit 1e64f99

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/docusaurus.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ const config: Config = {
7676

7777
headTags: [
7878
// SEO
79+
{
80+
tagName: 'meta',
81+
attributes: {
82+
name: 'msvalidate.01',
83+
content: '4576E3F85783A82149A0DB35A150F7EB',
84+
},
85+
},
7986
{
8087
tagName: 'script',
8188
attributes: {

0 commit comments

Comments
 (0)