fix: add twitter:title
This commit is contained in:
parent
d1b834437c
commit
3a1d4d89d3
|
@ -64,6 +64,7 @@ export function generateMetaTags({
|
|||
{ name: "og:image", content: imageUrl },
|
||||
{ name: "og:type", content: ogType },
|
||||
{ name: "twitter:card", content: "summary" },
|
||||
{ name: "twitter:title", content: title },
|
||||
];
|
||||
|
||||
newMetaTags.forEach((tag) => {
|
||||
|
|
Loading…
Reference in New Issue