feat: add twitter:card
This commit is contained in:
parent
0334b1dcc5
commit
09ecf1b2d3
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue