Skip to content

Commit

Permalink
feat: remove image type from seo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alvyynm committed Jun 4, 2024
1 parent bf0bb64 commit bc94cb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/APP/components/SeoMetadata.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default function SeoMetadata({
{/* Optional OG metadata tags */}
<meta property="og:image:width" content="1920" />
<meta property="og:image:height" content="480" />
<meta property="og:image:type" content="image/png" />
<meta property="og:description" content={description} />
<meta property="og:site_name" content={siteName} />
<meta property="og:locale" content="en_US" />
Expand Down

0 comments on commit bc94cb1

Please sign in to comment.