fix: Organise `next.config.js` redirect objects (#5198)
Organise `next.config.js` redirect objects
### Description
Organise `next.config.js` redirect objects to maintain consistent key
order.
```ts
{
source: ...,
destination, ...,
permanent: ...,
}
```