fix: change to poster for og:image

This commit is contained in:
httpjamesm 2022-10-30 19:21:19 -04:00
parent 0c76f485f9
commit 261a37576b

View file

@ -50,7 +50,7 @@ const TitleInfo = ({ data, error }: Props) => {
<Head>
<meta
title="og:image"
content={data.media.images.images[0].url || '/icon-512.png'}
content={data.basic.poster?.url || '/icon-512.png'}
/>
</Head>
<Layout className={styles.title}>