mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 14:48:08 +00:00
add authors to seo
This commit is contained in:
parent
1291c3adb0
commit
96fa576c83
@ -35,6 +35,10 @@ const ArticlePage = ({ data, errors, why }: ArticleProps) => {
|
|||||||
image={coverImage as UnbodyImageBlock}
|
image={coverImage as UnbodyImageBlock}
|
||||||
imageUrl={undefined}
|
imageUrl={undefined}
|
||||||
pagePath={`/article/${slug}`}
|
pagePath={`/article/${slug}`}
|
||||||
|
tags={[
|
||||||
|
...data.article.tags,
|
||||||
|
...data.article.mentions.map((mention) => mention.name),
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
<ArticleContainer data={data} />
|
<ArticleContainer data={data} />
|
||||||
</>
|
</>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user