mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-17 04:14:09 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
22e108180b
commit
9d64a65aa4
@ -250,7 +250,7 @@ export const getStaticProps = async () => {
|
||||
//function getInitialBlogPostsDataProp(allBlogPosts : object) {
|
||||
function getInitialBlogPostsDataProp(allBlogPosts : any) {
|
||||
|
||||
let initialBlogPostsDataProp = {};
|
||||
let initialBlogPostsDataProp : any[] = [];
|
||||
|
||||
if (process.env.NEXT_PUBLIC_DATOCMS_BYPASS_TYPE === "local_json") {
|
||||
//-----no pagination
|
||||
|
||||
Loading…
Reference in New Issue
Block a user