Skip to content

Commit

Permalink
feat: add og:image for social media preview (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
IdoBouskila committed Mar 5, 2024
1 parent 8677af3 commit d69c388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Expand Up @@ -193,6 +193,10 @@ const config = {
content: "https://learningtypescript.com/img/promo-square.png",
name: "twitter:image",
},
{
content: "https://learningtypescript.com/img/promo-square.png",
name: "og:image",
},
],
navbar: {
title: "Learning TypeScript",
Expand Down

0 comments on commit d69c388

Please sign in to comment.