Skip to content

Commit

Permalink
fix:docs head meta
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Nov 6, 2023
1 parent 98dbeb4 commit 937ef73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/website/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -198,6 +198,15 @@ const config = {
async: false,
}
],
headTags: [
{
tagName: 'meta',
attributes: {
name: 'baidu-site-verification',
content: 'codeva-gAHDaifnOq',
},
}
],
plugins: [
'docusaurus-plugin-sass',
async function myPlugin (context, options) {

0 comments on commit 937ef73

Please sign in to comment.