Skip to content

Commit 0ef2b3f

Browse files
update unsupported items in Next.js preview
cc:// @craigshoemaker
1 parent 3205542 commit 0ef2b3f

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)