Skip to content

Commit

Permalink
chore: remove redundant meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Jan 31, 2024
1 parent 5ec7f0b commit 05ae71d
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 05ae71d

Please sign in to comment.