Skip to content

Commit

Permalink
use proper media preview
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Aug 20, 2024
1 parent a82299d commit a406b36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ const config = {
theme: prismThemes.shadesOfPurple,
darkTheme: prismThemes.shadesOfPurple,
},
metadata: [
{ property: 'og:image', content: 'https://hal9.com/images/hal9-social-preview.png?1' },
]
}),
};

Expand Down

0 comments on commit a406b36

Please sign in to comment.