Skip to content

Commit

Permalink
docs: add note to vercel isr
Browse files Browse the repository at this point in the history
  • Loading branch information
mstibbard committed Jul 3, 2024
1 parent 31c055c commit e035161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/docs/25-build-and-deploy/90-adapter-vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ export const config = {

The `expiration` property is required; all others are optional.

> Do not specify [prerender page options](/docs/page-options#prerender) on ISR routes as they take precedence over ISR configuration.
## Environment variables

Vercel makes a set of [deployment-specific environment variables](https://vercel.com/docs/concepts/projects/environment-variables#system-environment-variables) available. Like other environment variables, these are accessible from `$env/static/private` and `$env/dynamic/private` (sometimes — more on that later), and inaccessible from their public counterparts. To access one of these variables from the client:
Expand Down

0 comments on commit e035161

Please sign in to comment.