Skip to content

Commit 56bebc0

Browse files
authored
Update deploy-nextjs-hybrid.md
1 parent 4fd5b17 commit 56bebc0

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)