301 Redirects
10-30 minIntermediate
Handling URL changes.
Easy Recommended
Next.js
next.config.js.
1
Config
1
async redirects() {
return [
{ source: '/old', destination: '/new', permanent: true }
]
}
Verification Checklist
- Redirect Path Extension