Skip to content

Commit f997b83

Browse files
committed
Fix signature page OG image
1 parent fd18364 commit f997b83

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/app/signatures/[id]/page.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ export async function generateMetadata({
3838
)
3939

4040
return {
41+
openGraph: {
42+
images: [
43+
{
44+
url: `${url}/signatures/${parseResult.output.id}/frame/image`,
45+
width: 1000,
46+
height: 1000,
47+
},
48+
],
49+
},
4150
other: frameMetadata,
4251
}
4352
}

0 commit comments

Comments
 (0)