Skip to content

Commit 5549116

Browse files
Update articles/static-web-apps/deploy-nextjs-hybrid.md
Co-authored-by: Aaron Powell <[email protected]>
1 parent 3be30f0 commit 5549116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Begin by initializing a new Next.js application.
5959
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
62-
module.exports ={
63-
output:"standalone",
62+
module.exports = {
63+
output: "standalone",
6464
}
6565
```
6666

0 commit comments

Comments
 (0)