mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 22:58:08 +00:00
fix: refs #165
This commit is contained in:
parent
047cb573b0
commit
b2be0d236b
@ -85,9 +85,6 @@ export const getStaticProps = async ({ params }: GetStaticPropsContext) => {
|
|||||||
await unbodyApi.getArticlesFromSameAuthors({
|
await unbodyApi.getArticlesFromSameAuthors({
|
||||||
slug: slug as string,
|
slug: slug as string,
|
||||||
authors: data.authors.map((author) => author.name),
|
authors: data.authors.map((author) => author.name),
|
||||||
skip: 0,
|
|
||||||
limit: 10,
|
|
||||||
includeDrafts: false,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user