Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enable Next.js Incremental Static Regeneration (ISR) #141

Merged
merged 6 commits into from
Oct 5, 2020

Conversation

jthegedus
Copy link
Owner

  • enable ISR with 60s re-validate time-frame (regenerate the page at most once every 60 seconds)
  • bump .tool-versions
  • bump all npm deps
  • use Node.js 12 Cloud Functions (beta)
  • guard against data.documents error

closes #140

@jthegedus jthegedus self-assigned this Oct 5, 2020
@jthegedus jthegedus added the enhancement New feature or request label Oct 5, 2020
@jthegedus jthegedus merged commit 7937452 into master Oct 5, 2020
@jthegedus jthegedus deleted the feat/nextjs-issg branch October 5, 2020 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incremental Static Regeneration
1 participant