Updates
This commit is contained in:
parent
9cb79e42d0
commit
b6a5982f02
@ -59,6 +59,7 @@ export const getStaticProps: GetStaticProps<PagePropsType> = async (ctx) => {
|
|||||||
blogPost: singleBlogPost,
|
blogPost: singleBlogPost,
|
||||||
mdxSource,
|
mdxSource,
|
||||||
},
|
},
|
||||||
|
revalidate: 3600,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -30,5 +30,6 @@ export const getStaticProps: GetStaticProps<PagePropsType> = async (ctx) => {
|
|||||||
props: {
|
props: {
|
||||||
blogPosts: blogPosts.payload || null,
|
blogPosts: blogPosts.payload || null,
|
||||||
},
|
},
|
||||||
|
revalidate: 3600,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user