Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: serverless-nextjs/serverless-next.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jvarho/serverless-next.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: isr-wip
Choose a head ref
  • 3 commits
  • 11 files changed
  • 1 contributor

Commits on Apr 28, 2021

  1. Upload prerendered pages with revalidate-based expiry

    This makes cloudfront request them again periodically.
    Not yet useful on its own, but required for rerendering.
    jvarho committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    bd988a4 View commit details
    Browse the repository at this point in the history
  2. Upload dynamic SSG pages with revalidate-based expiry

    Again, not useful now, prerequisite for revalidation.
    jvarho committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    4423a47 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Set cache-control for pages with revalidate

    The function returns true for stale.
    Return can be used to trigger revalidation.
    jvarho committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    e87772a View commit details
    Browse the repository at this point in the history
Loading