fix(head): update open-graph width and height protocol per ogp (#1512)

Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Sohum 2024-12-03 02:52:51 -07:00 committed by GitHub
parent 11c98f5600
commit 5ccc2dcbba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,8 +181,6 @@ export default (() => {
<>
<meta property="og:image:width" content={fullOptions.width.toString()} />
<meta property="og:image:height" content={fullOptions.height.toString()} />
<meta property="og:width" content={fullOptions.width.toString()} />
<meta property="og:height" content={fullOptions.height.toString()} />
</>
)}
<meta property="og:image:url" content={ogImagePath} />