Skip to content

Commit

Permalink
docs: add note to vercel isr on prerender page options conflict (#12429)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstibbard authored Oct 10, 2024
1 parent 6f9aefd commit 6910444
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.

> Pages that are [prerendered](/docs/page-options#prerender) will ignore 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 6910444

Please sign in to comment.