Signed-off-by: Traxus <shyidx@gmail.com>

This commit is contained in:
Traxus 2023-04-25 00:20:42 -04:00
parent 42c48b2b1f
commit f8d2edda7a

View File

@ -133,8 +133,6 @@ export const getStaticProps: GetStaticProps = async (
(postCategory: any) => c.slug === postCategory.slug)
)
)
relatedBlogPosts = relatedPosts
}
const relatedPosts = await relatedBlogPostsFromSource