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

Make sure 404 pages do not get cached by a CDN when using next start #24983

Merged
merged 13 commits into from
Jul 2, 2021

Commits on May 11, 2021

  1. Make sure 404 pages do not get cached by a CDN when using next start

    Fixes vercel#22579
    
    This still needs more work / tests.
    timneutkens committed May 11, 2021
    Configuration menu
    Copy the full SHA
    a0f9ab4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. add integration test

    huozhi committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    e9b115d View commit details
    Browse the repository at this point in the history
  2. fix test

    huozhi committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    67cb3a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9c6abd View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. use is404Page

    huozhi committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    63a5498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4d334b View commit details
    Browse the repository at this point in the history
  3. update check

    ijjk committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    f0b3b7c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. fix integration test

    huozhi committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    5dd12af View commit details
    Browse the repository at this point in the history
  2. fix integration test

    huozhi committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    378a543 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    39315d9 View commit details
    Browse the repository at this point in the history
  2. add ssg revalidate case

    huozhi committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    5e7e8ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05e2ae1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. update test

    huozhi committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    f7bf277 View commit details
    Browse the repository at this point in the history