Skip to content

Commit

Permalink
fix(head): update open-graph width and height protocol per ogp (jacky…
Browse files Browse the repository at this point in the history
…zha0#1512)

Co-authored-by: Aaron Pham <[email protected]>
  • Loading branch information
2 people authored and dynamotn committed Dec 27, 2024
1 parent 661dc01 commit f46b731
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions quartz/components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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} />
Expand Down

0 comments on commit f46b731

Please sign in to comment.