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

This commit is contained in:
Traxus 2023-04-21 22:27:33 -04:00
parent c0f0742426
commit 227734cebf

View File

@ -225,7 +225,7 @@ export const getStaticProps = async () => {
//===== \/ START NEXT_PUBLIC_DATOCMS_BYPASS \/ ====================================================
function getInitialBlogPostsDataProp(allBlogPosts : object) {
function getInitialBlogPostsDataProp(allBlogPosts : any) {
let initialBlogPostsDataProp = {};