feat: fix article page's description type
This commit is contained in:
parent
70b389a4a5
commit
d9b8c0ec33
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ const cover = customFeaturedImage || matchedImage_src?.src || firstImageURL || `
|
||||||
|
|
||||||
<Layout
|
<Layout
|
||||||
title={entry.data.title}
|
title={entry.data.title}
|
||||||
description={entry.data.description}
|
description={entry.data.description || ''}
|
||||||
ogImage={cover}
|
ogImage={cover}
|
||||||
author={authorInfo.map((a: any) => a.name).join(', ')}
|
author={authorInfo.map((a: any) => a.name).join(', ')}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue