diff --git a/src/pages/blog/index.tsx b/src/pages/blog/index.tsx index 140d946..982b4d3 100644 --- a/src/pages/blog/index.tsx +++ b/src/pages/blog/index.tsx @@ -225,7 +225,7 @@ export const getStaticProps = async () => { //===== \/ START NEXT_PUBLIC_DATOCMS_BYPASS \/ ==================================================== - function getInitialBlogPostsDataProp(allBlogPosts : object) { + function getInitialBlogPostsDataProp(allBlogPosts : any) { let initialBlogPostsDataProp = {};