Skip to content

Commit e62dba8

Browse files
authored
Merge pull request #106334 from manekinekko/patch-8
rename staticwebapps.config.json to staticwebapp.config.json
2 parents cccafb8 + f340a88 commit e62dba8

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
@@ -14,7 +14,7 @@ During the preview, the following features of Static Web Apps are unsupported fo
1414
- Deployment via the SWA CLI.
1515
- Static Web Apps provided Authentication and Authorization.
1616
- Instead, you can use the Next.js [Authentication](https://nextjs.org/docs/authentication) feature.
17-
- The `staticwebapps.config.json` file.
17+
- The `staticwebapp.config.json` file.
1818
- Features such as custom headers and routing can be controlled using the `next.config.js` file.
1919
- `skip_app_build` and `skip_api_build` can't be used.
2020
- 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)