mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-03-01 01:14:08 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
e960b44251
commit
42c48b2b1f
@ -127,7 +127,7 @@ export const getStaticProps: GetStaticProps = async (
|
||||
step: 100
|
||||
})
|
||||
|
||||
const relatedBlogPostsFromSource = allBlogPosts.data.filter((p) =>
|
||||
relatedBlogPostsFromSource = allBlogPosts.data.filter((p) =>
|
||||
p.category.some((c) =>
|
||||
post?.category.some(
|
||||
(postCategory: any) => c.slug === postCategory.slug)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user