Skip to content

Commit 910059d

Browse files
authored
Merge main into prod
2 parents 2dddb08 + f997b83 commit 910059d

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)