Skip to content

Commit b787bba

Browse files
Merge pull request #224826 from Reshmi-Sriram/patch-17
update unsupported items in Next.js preview
2 parents 2a841ac + e53b167 commit b787bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/static-web-apps-nextjs-unsupported.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ During the preview, the following features of Static Web Apps are unsupported fo
1919
- Features such as custom headers and routing can be controlled using the `next.config.js` file.
2020
- `skip_app_build` and `skip_api_build` can't be used.
2121
- The maximum app size for the hybrid Next.js application is 100 MB. Consider using Static HTML exported Next.js apps if your requirement is more than 100 MB.
22-
- Incremental static regeneration (ISR) does not support caching images
22+
- Incremental static regeneration (ISR) does not support caching images and [on-demand revalidation](https://nextjs.org/docs/basic-features/data-fetching/incremental-static-regeneration#using-on-demand-revalidation)

0 commit comments

Comments
 (0)