Skip to content

Commit 5615d5e

Browse files
Update articles/static-web-apps/deploy-nextjs-hybrid.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent e816a9a commit 5615d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/deploy-nextjs-hybrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Begin by initializing a new Next.js application.
5656

5757
## Configure your Next.js app for deployment to Static Web Apps
5858

59-
To configure your Next.js app for deployment to Static Web Apps, enable the standalone feature for your Next.js project. This will reduce the size of your Next.js project and ensure it is below the size limits for Static Web Apps. Refer to the [standalone](#enable-standalone-feature) section for more information.
59+
To configure your Next.js app for deployment to Static Web Apps, enable the standalone feature for your Next.js project. This step reduces the size of your Next.js project to ensure it's below the size limits for Static Web Apps. Refer to the [standalone](#enable-standalone-feature) section for more information.
6060
6161
```js
6262
module.exports ={

0 commit comments

Comments
 (0)