I don't know what part is "permanent" or not. Is this related to SEO? https://nextjs.org/docs/api-reference/next.config.js/redirects
Asked
Active
Viewed 2,045 times
1 Answers
2
The permanent
flag as true
would be a 301 permanent redirect whereas the false
option would be a 302 temporary redirect.
Good canonical answer on SO: https://stackoverflow.com/a/1393298/241153

serraosays
- 7,163
- 3
- 35
- 60