Skip to content

Commit

Permalink
docs: update link to vercel ISR page (#12223)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored May 17, 2024
1 parent 7b72c11 commit b10bd44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {

## Incremental Static Regeneration

Vercel supports [Incremental Static Regeneration](https://vercel.com/docs/concepts/incremental-static-regeneration/overview) (ISR), which provides the performance and cost advantages of prerendered content with the flexibility of dynamically rendered content.
Vercel supports [Incremental Static Regeneration](https://vercel.com/docs/incremental-static-regeneration) (ISR), which provides the performance and cost advantages of prerendered content with the flexibility of dynamically rendered content.

To add ISR to a route, include the `isr` property in your `config` object:

Expand Down

0 comments on commit b10bd44

Please sign in to comment.