Skip to content

Commit

Permalink
docs: static exports (#67181)
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Jun 25, 2024
1 parent d824059 commit 8b5661e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ When running `next build`, Next.js generates an HTML file per route. By breaking

Since Next.js supports this static export, it can be deployed and hosted on any web server that can serve HTML/CSS/JS static assets.

<PagesOnly>

> **Good to know**: We recommend using the App Router for enhanced static export support.
</PagesOnly>

## Configuration

To enable a static export, change the output mode inside `next.config.js`:
Expand Down

0 comments on commit 8b5661e

Please sign in to comment.