From 227734cebf95061bf499b7a83992df4123b31043 Mon Sep 17 00:00:00 2001 From: Traxus Date: Fri, 21 Apr 2023 22:27:33 -0400 Subject: [PATCH] Signed-off-by: Traxus --- src/pages/blog/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {};