Skip to content

Commit

Permalink
Update docs/deployment.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Luis Alvarez D. <luis@zeit.co>
  • Loading branch information
chibicode and Luis Alvarez D. committed Feb 11, 2020
1 parent 0c065e1 commit d6550a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Make sure your `package.json` has the `"build"` and `"start"` scripts:
}
```

`build` builds the production application in the `.next` folder. After building, `start` starts a Node.js server that supports [hybrid pages](/docs/basic-features/pages.md), serving both statically generated and server-side rendered pages.
`next build` builds the production application in the `.next` folder. After building, `next start` starts a Node.js server that supports [hybrid pages](/docs/basic-features/pages.md), serving both statically generated and server-side rendered pages.

>
Expand Down

0 comments on commit d6550a5

Please sign in to comment.