Skip to content

Commit 041e65b

Browse files
update unsupported include
1 parent d8f7ff6 commit 041e65b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
author: craigshoemaker
33
ms.service: static-web-apps
44
ms.topic: include
5-
ms.date: 10/26/2022
5+
ms.date: 06/12/2024
66
ms.author: cshoe
77
---
88

99
### Unsupported features in preview
1010

1111
The following features of Static Web Apps are unsupported for Next.js with hybrid rendering:
1212

13-
- Linked APIs using Azure Functions, Azure App Service, Azure Container Apps, or Azure API Management.
14-
- SWA CLI local emulation and deployment.
15-
- Partial support for `staticwebapp.config.json` file.
13+
- **Select Azure services**: Linked APIs using Azure Functions, Azure App Service, Azure Container Apps, or Azure API Management.
14+
- **SWA CLI features**: SWA CLI local emulation and deployment.
15+
- **Partial features support**: The following properties in `staticwebapp.config.json` file aren't supported:
1616
- Navigation fallback is unsupported.
1717
- Route rewrites to routes within the Next.js application must be configured within `next.config.js`.
1818
- The configuration within the `staticwebapp.config.json` file takes precedence over the configuration within `next.config.js`.
1919
- Configuration for the Next.js site should be handled using `next.config.js` for full feature compatibility.
20-
- `skip_app_build` and `skip_api_build` can't be used within the `Azure/static-web-apps-deploy@v1` deployment image.
21-
- Incremental static regeneration (ISR) doesn't support caching images.
20+
- **Build skipping**: The `skip_app_build` and `skip_api_build` features aren't supported in the `Azure/static-web-apps-deploy@v1` deployment image.
21+
- **Incremental static regeneration (ISR)**: Image caching isn't supported.
2222

2323
> [!NOTE]
2424
> 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)