parent
c1d1f05edf
commit
9028618067
|
@ -330,7 +330,7 @@ export const FullArticle = (props: Props) => {
|
|||
width: 1200,
|
||||
})
|
||||
|
||||
const description = getDescription(props.article.description || body())
|
||||
const description = getDescription(props.article.description || body() || media()[0]?.body)
|
||||
const ogTitle = props.article.title
|
||||
const keywords = getKeywords(props.article)
|
||||
const shareUrl = getShareUrl({ pathname: `/${props.article.slug}` })
|
||||
|
|
Loading…
Reference in New Issue
Block a user