Skip to content

Commit

Permalink
Add site-wide og:image
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Nov 27, 2023
1 parent dfe7186 commit 3c7a123
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,15 @@ const config = {
darkTheme: darkCodeTheme,
},
}),
headTags: [
{
tagName: 'meta',
attributes: {
property: 'og:image',
content: '/img/logo.png',
},
},
],
};

module.exports = config;

0 comments on commit 3c7a123

Please sign in to comment.