Skip to content

Commit

Permalink
Merge pull request #670 from tsunghanjacktsai/add-baidu-stats
Browse files Browse the repository at this point in the history
Add baidu-site-verification for statistics
  • Loading branch information
hill007299 authored Jul 30, 2024
2 parents 7ba9cbf + aa7ccc3 commit 0d3f1a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,12 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
metadata: [
{
name: 'baidu-site-verification',
content: 'codeva-yO5TX4dzz0'
}
]
}),
}
);

0 comments on commit 0d3f1a9

Please sign in to comment.