We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8faa1 commit 972a313Copy full SHA for 972a313
2 files changed
app/share/[id]/page.tsx
@@ -30,6 +30,11 @@ export async function generateMetadata({
30
openGraph: {
31
images: [`/api/og?${searchParams}`],
32
},
33
+ twitter: {
34
+ title: "An app generated on LlamaCoder.io",
35
+ card: "summary_large_image",
36
+ images: [`/api/og?${searchParams}`],
37
+ },
38
};
39
}
40
app/share/v2/[messageId]/page.tsx
@@ -26,6 +26,11 @@ export async function generateMetadata({
26
27
28
29
+ title,
0 commit comments