Skip to content

Commit 6c59575

Browse files
committed
Use large image embed style
1 parent 206bb83 commit 6c59575

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/src/app/(content)/song/[id]/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ export async function generateMetadata({
3030
openGraph: {
3131
images: [song.thumbnailUrl],
3232
},
33+
twitter: {
34+
card: 'summary_large_image',
35+
},
3336
};
3437
}
3538

0 commit comments

Comments
 (0)