Skip to content

Commit f340a88

Browse files
authored
rename staticwebapps.config.json to staticwebapp.config.json
1 parent 93a0fcd commit f340a88

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
@@ -15,7 +15,7 @@ During the preview, the following features of Static Web Apps are unsupported fo
1515

1616
- Static Web Apps provided Authentication and Authorization.
1717
- Instead, you can use the Next.js [Authentication](https://nextjs.org/docs/authentication) feature.
18-
- The `staticwebapps.config.json` file.
18+
- The `staticwebapp.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.
2121
- 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.

0 commit comments

Comments
 (0)