Skip to content

Commit

Permalink
remove twitter seo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Feb 5, 2024
1 parent f9b3da5 commit dc47068
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,6 @@ function SEO({ description, lang, meta, title }) {
property: `og:type`,
content: `website`,
},
{
name: `twitter:card`,
content: `summary`,
},
{
name: `twitter:creator`,
content: site.siteMetadata.author,
},
{
name: `twitter:title`,
content: title,
},
{
name: `twitter:description`,
content: metaDescription,
},
].concat(meta)}
/>
);
Expand Down

0 comments on commit dc47068

Please sign in to comment.