Skip to content

Commit

Permalink
feat: add ISR settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alan10332000 committed Nov 27, 2023
1 parent 407b924 commit ca39644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/blog/[year]/[month]/[day]/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,6 @@ export async function getStaticPaths() {

return {
paths,
fallback: false,
fallback: 'blocking',
}
}

0 comments on commit ca39644

Please sign in to comment.