Skip to content

Commit

Permalink
fix(docs): fixed opengraph tags
Browse files Browse the repository at this point in the history
  • Loading branch information
David Boyne authored and David Boyne committed Sep 8, 2024
1 parent 207a6a3 commit 443a083
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@ const config = {
{ content: "Wing Programming Language", property: "og:title" },
{
content:
"/img/opengraph.png",
"https://winglang.io/img/opengraph.png",
property: "og:image",
},
{
content:
"/img/opengraph.png",
"https://winglang.io/img/opengraph.png",
property: "og:image:secure_url",
},
{ content: "Wing Programming Language", property: "twitter:title" },
Expand All @@ -203,12 +203,12 @@ const config = {
},
{
content:
"/img/opengraph.png",
"https://winglang.io/img/opengraph.png",
property: "twitter:image",
},
{
content:
"/img/opengraph.png",
"https://winglang.io/img/opengraph.png",
property: "twitter:image:source_url",
},
{ content: "website", property: "og:type" },
Expand Down

0 comments on commit 443a083

Please sign in to comment.