diff --git a/app/lib/meta.ts b/app/lib/meta.ts index 0d2033c..1f0c056 100644 --- a/app/lib/meta.ts +++ b/app/lib/meta.ts @@ -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) => {