mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 14:48: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({
|
||||
slug: slug as string,
|
||||
authors: data.authors.map((author) => author.name),
|
||||
skip: 0,
|
||||
limit: 10,
|
||||
includeDrafts: false,
|
||||
})
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user