This commit is contained in:
Hossein Mehrabi 2023-09-01 13:19:42 +03:30
parent 047cb573b0
commit b2be0d236b
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1

View File

@ -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 {