Skip to content

Commit

Permalink
attempt to fix og:image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvagni committed Nov 23, 2023
1 parent 3fbc3a8 commit 4cb83e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
}
},
"metadata": {
"og:image": "/docs/images/social-image.png",
"og:image": "public/images/social-image.png",
"twitter:card": "summary_large_image",
"twitter:image": "/docs/images/social-image.png",
"twitter:image": "public/images/social-image.png",
"twitter:site:domain": "plain.com",
"apple-mobile-web-app-title": "Plain Docs"
},
Expand Down

0 comments on commit 4cb83e6

Please sign in to comment.