updates
This commit is contained in:
parent
75df1bb467
commit
398defb4c5
@ -166,7 +166,7 @@ export async function getStaticProps({ params }) {
|
||||
props: {
|
||||
blogPost: post,
|
||||
},
|
||||
revalidate: 1000
|
||||
revalidate: 3600
|
||||
};
|
||||
|
||||
/** ********************************************** */
|
||||
|
@ -196,7 +196,7 @@ export async function getStaticProps({ req, res, query }) {
|
||||
props: {
|
||||
blogPosts: posts,
|
||||
},
|
||||
revalidate: 1000
|
||||
revalidate: 3600
|
||||
};
|
||||
|
||||
/** ********************************************** */
|
||||
|
Loading…
Reference in New Issue
Block a user