Skip to content

Commit

Permalink
feat: rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
r3lays committed Feb 8, 2024
1 parent 73059fc commit 6f80e81
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ export const Head: FC<Props> = ({
{/* Meta tags */}
<meta name="description" content={description} />

{/* Twitter */}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@reservoir0x" />
<meta name="twitter:title" content={title} />
<meta name="twitter:description" content={description} />
<meta name="twitter:image" content={ogImage} />

{/* Extra Metatas */}
<>
<meta property="fc:frame" content="vNext" />
Expand Down

0 comments on commit 6f80e81

Please sign in to comment.