Skip to content
Dashboard

Introducing Serverless Pre-Rendering (SPR)

Link to headingHow it works

With Vercel, you run `git push` and you put spr-landing.vercel.sh online instantly.
With Vercel, you run `git push` and you put spr-landing.vercel.sh online instantly.
In this video, you can see that we make edits to the Notion page, and it makes updates to the site instantly.

Link to headingCache-Control: stale-while-revalidate

res.setHeader('Cache-Control', 's-maxage=1, stale-while-revalidate');

Composition of a header that includes stale-while-revalidate.

Link to headingUse-cases

Link to headingGetting Started