We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42627ea commit 61d3e40Copy full SHA for 61d3e40
docs/isr.md
@@ -3,7 +3,7 @@
3
[Incremental static regeneration](https://vercel.com/docs/concepts/next.js/incremental-static-regeneration) is a feature
4
of Next.js that allows pages to be updated after a site has been built and deployed. It is now fully supported in
5
Netlify by the Essential Next.js plugin, meaning large sites can update pages without needing to rebuild the entire
6
-site. Unlike server-side rendered pages, the page is not rebuilt for each user, so they load quickly but unlike
+site. Unlike server-side rendered pages, the page is not rebuilt for each user, so they load quickly, but unlike
7
statically-generated pages they can be periodically updated with new content without a new deploy.
8
9
### Using ISR on Netlify
0 commit comments