diff --git a/package.json b/package.json index 08b5fa60..02b47bf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plotlink", - "version": "0.1.8", + "version": "0.1.9", "private": true, "workspaces": [ "packages/*" diff --git a/src/app/story/[storylineId]/page.tsx b/src/app/story/[storylineId]/page.tsx index f6b6244a..dcbe3128 100644 --- a/src/app/story/[storylineId]/page.tsx +++ b/src/app/story/[storylineId]/page.tsx @@ -84,6 +84,12 @@ export async function generateMetadata({ description, images: [{ url: ogImageUrl, width: 1200, height: 630 }], }, + twitter: { + card: "summary_large_image", + title: sl.title, + description, + images: [ogImageUrl], + }, other: { "fc:miniapp": fcEmbed, },