Skip to content

Commit 3d62ec4

Browse files
Merge pull request #264843 from thomasgauvin/patch-29
Update deploy-nextjs-hybrid.md
2 parents b82ca66 + 56bebc0 commit 3d62ec4

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
@@ -59,7 +59,7 @@ Begin by initializing a new Next.js application.
5959

6060
## Configure your Next.js app for deployment to Static Web Apps
6161

62-
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.
62+
To configure your Next.js app for deployment to Static Web Apps, enable the standalone feature for your Next.js project in the `next.config.js` file. 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.
6363
6464
```js
6565
module.exports = {

0 commit comments

Comments
 (0)