danielroe / vercel-isr-repro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps to reproduce

  1. Deploy this project as is.

  2. Make a request to the index.

    All requests end up being prerendered, even ones that are not prefixed with /blog/.

  3. Update build command to refer to output-2. The only difference is the name of the prerender function.

  4. Make a request to /blog/something

    No requests are now prerendered.

About


Languages

Language:JavaScript 100.0%