Skip to content

Commit c495272

Browse files
committed
add twitter meta tags
1 parent c302ef6 commit c495272

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/constants/seo.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ export const SEO: NextSeoProps = {
1515
},
1616
],
1717
},
18+
twitter: {
19+
handle: "@jsoncrack",
20+
cardType: "summary_large_image",
21+
},
1822
additionalLinkTags: [
1923
{
2024
rel: "manifest",

0 commit comments

Comments
 (0)