Skip to content

Commit

Permalink
Adding docs about static exports not supporting dynamic segments (#52959
Browse files Browse the repository at this point in the history
)

Adding docs about how Dynamic Segments aren't supported with Static Exports.

- Related to #48022

Co-authored-by: Steven <[email protected]>
  • Loading branch information
ides15 and styfle authored Aug 2, 2023
1 parent a58a869 commit 57788b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ With this configuration, your application **will produce an error** if you try t

The following additional dynamic features are not supported with a static export:

- [Dynamic Routes](https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes) without `generateStaticParams()`
- `rewrites` in `next.config.js`
- `redirects` in `next.config.js`
- `headers` in `next.config.js`
Expand Down

0 comments on commit 57788b5

Please sign in to comment.