rsnext/examples/redirects/README.md

1.3 KiB

Redirects Example

This example shows how to use redirects in Next.js to redirect an incoming request path to a different destination path.

The index page (pages/index.js) has a list of links that match the redirects defined in next.config.js. Run or deploy the app to see how it works!

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example redirects redirects-app
# or
yarn create next-app --example redirects redirects-app

Deploy it to the cloud with Vercel (Documentation).