mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-17 16:44:09 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
f8d2edda7a
commit
de68f5e210
@ -117,7 +117,7 @@ export const getStaticProps: GetStaticProps = async (
|
||||
)
|
||||
*/
|
||||
|
||||
let relatedBlogPostsFromSource = {}
|
||||
let relatedBlogPostsFromSource = []
|
||||
|
||||
if (process.env.NEXT_PUBLIC_DATOCMS_BYPASS_TYPE === 'local_json') {
|
||||
relatedBlogPostsFromSource = await getRelatedBlogPosts(post, 3)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user