| title | Export Custom Routes |
|---|
In your next.config.js you defined rewrites, redirects, or headers along with output: 'export' (or you ran next export).
These configs do not apply when exporting your Next.js application manually.
- Remove
rewrites,redirects, andheadersfrom yournext.config.jsto disable these features or - Remove
output: 'export'(ornext export) in favor ofnext startto run a production server