Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Service/Web App/Web App Framework/React/React Framework/Next.js/Next.js Config/
Next.js Config Redirects
Search

Next.js Config Redirects

Creator
Creator
Seonglae Cho
Created
Created
2021 Sep 8 15:53
Editor
Editor
Seonglae Cho
Edited
Edited
2023 May 5 16:25
Refs
Refs
next.config.js: Redirects | Next.js
Redirects allow you to redirect an incoming request path to a different destination path. Redirects are only available on the Node.js environment and do not affect client-side routing. To use Redirects you can use the redirects key in next.config.js: redirects is an async function that expects an array to be returned holding objects with source, destination, and permanent properties: source is the incoming request path pattern.
next.config.js: Redirects | Next.js
https://nextjs.org/docs/api-reference/next.config.js/redirects
next.config.js: Redirects | Next.js
 
 
 
 
 
 
 
 
 

Recommendations

Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Service/Web App/Web App Framework/React/React Framework/Next.js/Next.js Config/
Next.js Config Redirects
Copyright Seonglae Cho