We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14be19 commit 9adde87Copy full SHA for 9adde87
1 file changed
src/app/[locale]/liveseries/tv-show/[permalink]/page.tsx
@@ -45,7 +45,7 @@ export async function generateMetadata(props: ShowDetailsProps): Promise<Metadat
45
],
46
openGraph: {
47
images: {
48
- url: `/api/og-image/liveseries/tv-show/${show.id}`,
+ url: show.image?.original ?? `/api/og-image/liveseries/tv-show/${show.id}`,
49
...OG_IMAGE_METADATA,
50
},
51
0 commit comments