Skip to content

Commit

Permalink
config: Add rel=me tag into Header
Browse files Browse the repository at this point in the history
  • Loading branch information
manila committed Mar 18, 2024
1 parent 5c4890a commit 56106e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ const config = {
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',

headTags: [
{
tagName: 'link',
attributes: {
rel: 'me',
href: 'https://github.com/manila',
},
},
],

markdown: {
mermaid: true
},
Expand Down

0 comments on commit 56106e6

Please sign in to comment.