Skip to content

Commit

Permalink
Update docs/advanced-features/static-html-export.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Nov 30, 2021
1 parent 9258696 commit 2ee90e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/static-html-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: Export your Next.js app to static HTML, and run it standalone witho

If you're looking to build a hybrid site where only _some_ pages are prerendered to static HTML, Next.js already does that automatically. Learn more about [Automatic Static Optimization](/docs/advanced-features/automatic-static-optimization.md) and [Incremental Static Regeneration](/docs/basic-features/data-fetching.md#incremental-static-regeneration).

## Usage
## `next export`

Update your build script in `package.json` to use `next export`:

Expand Down

0 comments on commit 2ee90e4

Please sign in to comment.