Skip to content

Commit

Permalink
chore: remove redundant meta tag (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Jan 31, 2024
1 parent 5ec7f0b commit be45024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default function Meta(props: MetaProps) {
<meta property="og:type" content="website" />
<meta property="og:site_name" content={props.title} />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content={props.title} />
<meta property="og:description" content={props.description} />
<meta property="og:url" content={props.href} />
Expand Down

0 comments on commit be45024

Please sign in to comment.