Skip to content

Commit

Permalink
Add meta tags for baidu-site-verification
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaitsung-han.tht committed Jul 30, 2024
1 parent aa7ccc3 commit 077d858
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
src: '//g.alicdn.com/mamba/assets/0.0.13/mse-arc-ui.min.js',
},
],
headTags: [
{
tagName: 'meta',
attributes: {
name: 'baidu-site-verification',
content: 'codeva-yO5TX4dzz0',
},
},
],
stylesheets: [
{
href: '//g.alicdn.com/mamba/assets/0.0.13/mse-arc-ui.min.css',
Expand Down Expand Up @@ -493,13 +502,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
metadata: [
{
name: 'baidu-site-verification',
content: 'codeva-yO5TX4dzz0'
}
]
}
}),
}
);

0 comments on commit 077d858

Please sign in to comment.