Skip to content

Commit c03cc11

Browse files
Merge pull request #227044 from craigshoemaker/patch-15
[Static Web Apps] Add link to standalone config
2 parents ed15b2b + e6a66c9 commit c03cc11

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
@@ -18,5 +18,5 @@ During the preview, the following features of Static Web Apps are unsupported fo
1818
- The `staticwebapps.config.json` file.
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.
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.
21+
- The maximum app size for the hybrid Next.js application is 100 MB. Use [standalone](../articles/static-web-apps/deploy-nextjs-hybrid.md#enable-standalone-feature) feature by Next.js for optimized app sizes. If this is not sufficient either, consider using Static HTML exported Next.js apps if your requirement is more than 100 MB.
2222
- 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)