Redirects
10 Next.js tips you might not know

10 Next.js tips you might not know

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.

Read the original post ↗