mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 06:38:27 +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}
|
||||
imageUrl={undefined}
|
||||
pagePath={`/article/${slug}`}
|
||||
tags={[
|
||||
...data.article.tags,
|
||||
...data.article.mentions.map((mention) => mention.name),
|
||||
]}
|
||||
/>
|
||||
<ArticleContainer data={data} />
|
||||
</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user