Skip to content

Commit b10bd44

Browse files
authored
docs: update link to vercel ISR page (#12223)
1 parent 7b72c11 commit b10bd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/25-build-and-deploy/90-adapter-vercel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default {
8888

8989
## Incremental Static Regeneration
9090

91-
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.
91+
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.
9292

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

0 commit comments

Comments
 (0)