| title | Export Internationalization (i18n) |
|---|
In your next.config.js you defined i18n, along with output: 'export' (or you ran next export).
- Remove
i18nfrom yournext.config.jsto disable Internationalization or - Remove
output: 'export'(ornext export) in favor ofnext startto run a production server