Skip to content

Commit

Permalink
add: meta tag for ZD indexing (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag authored Aug 29, 2024
1 parent 7e9503d commit 0c3f801
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ const config: Config = {
markdown: {
mermaid: true,
},
headTags: [
{
tagName: 'meta',
attributes: {
name: 'zd-site-verification',
content: 'rvqin7w5m5g1xv0wupvnhm',
},
},
],
themes: ['@docusaurus/theme-mermaid'],
presets: [
[
Expand Down

0 comments on commit 0c3f801

Please sign in to comment.