Skip to content

Commit

Permalink
Update [...slug].tsx
Browse files Browse the repository at this point in the history
trying 1h ISR delay
  • Loading branch information
abernier authored Aug 8, 2024
1 parent d0c243d commit 47b13f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const getStaticProps: GetStaticProps<PostPageProps> = async ({ params })
doc,
boxes,
},
revalidate: 300,
revalidate: 3600,
}
}

Expand Down

0 comments on commit 47b13f4

Please sign in to comment.