Skip to content

Commit

Permalink
add twitter meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Sep 21, 2024
1 parent c302ef6 commit c495272
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constants/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export const SEO: NextSeoProps = {
},
],
},
twitter: {
handle: "@jsoncrack",
cardType: "summary_large_image",
},
additionalLinkTags: [
{
rel: "manifest",
Expand Down

0 comments on commit c495272

Please sign in to comment.