feat: add twitter:card

This commit is contained in:
Derrick Hammer 2023-12-27 12:13:50 -05:00
parent 0334b1dcc5
commit 09ecf1b2d3
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ export function generateMetaTags({
{ name: "og:description", content: description },
{ name: "og:image", content: imageUrl },
{ name: "og:type", content: ogType },
{ name: "twitter:card", content: "summary" },
];
newMetaTags.forEach((tag) => {