This commit is contained in:
Tben 2022-08-15 04:30:24 +01:00
parent 75df1bb467
commit 398defb4c5
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ export async function getStaticProps({ params }) {
props: { props: {
blogPost: post, blogPost: post,
}, },
revalidate: 1000 revalidate: 3600
}; };
/** ********************************************** */ /** ********************************************** */

View File

@ -196,7 +196,7 @@ export async function getStaticProps({ req, res, query }) {
props: { props: {
blogPosts: posts, blogPosts: posts,
}, },
revalidate: 1000 revalidate: 3600
}; };
/** ********************************************** */ /** ********************************************** */