fix: add twitter:title

This commit is contained in:
Derrick Hammer 2023-12-27 13:14:53 -05:00
parent d1b834437c
commit 3a1d4d89d3
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -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) => {