
1/26/2021
What this post added
This post introduces Next.js Redirects, a feature introduced in version 9.5, allowing rerouting of incoming request paths to other destinations. It details configuration via `next.config.js` with support for path matching, regex path matching, and wildcard paths, providing a code example for permanent redirects.