Skip to content

Commit 1aaf895

Browse files
authored
Update includes/static-web-apps-nextjs-unsupported.md
1 parent 3c20ea4 commit 1aaf895

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ The following features of Static Web Apps are unsupported for Next.js with hybri
1919
- Configuration for the Next.js site should be handled using `next.config.js` for full feature compatibility.
2020
- `skip_app_build` and `skip_api_build` can't be used within the `Azure/static-web-apps-deploy@v1` deployment image.
2121
- Incremental static regeneration (ISR) doesn't support caching images.
22+
23+
> [!NOTE]
24+
> The maximum app size for the hybrid Next.js application is 250 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, consider using [Static HTML exported Next.js](../articles/static-web-apps/deploy-nextjs-static-export.md) if your app size requirement is more than 250 MB.

0 commit comments

Comments
 (0)