You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/static-web-apps-nextjs-unsupported.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ During the preview, the following features of Static Web Apps are unsupported fo
19
19
- Features such as custom headers and routing can be controlled using the `next.config.js` file.
20
20
-`skip_app_build` and `skip_api_build` can't be used.
21
21
- 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