Skip to content

Commit 76e21b1

Browse files
leerobstyfle
andauthored
Update docs/basic-features/data-fetching/incremental-static-regeneration.md
Co-authored-by: Steven <[email protected]>
1 parent faa17f6 commit 76e21b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic-features/data-fetching/incremental-static-regeneration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Starting with `v12.1.0`, Next.js supports on-demand Incremental Static Regenerat
9898

9999
Inside `getStaticProps`, you do not need to specify `revalidate` to use on-demand revalidation. If `revalidate` is omitted, Next.js will use the default value of `false` (no revalidation) and only revalidate the page on-demand when `unstable_revalidate` is called.
100100

101-
### Usage
101+
### Using On-Demand Revalidation
102102

103103
First, create a secret token only known by your Next.js app. This secret will be used to prevent unauthorized access to the revalidation API Route. You can access the route (either manually or with a webhook) with the following URL structure:
104104

0 commit comments

Comments
 (0)