Skip to content

Latest commit

 

History

History
 
 

rewrites

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Rewrites Example

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

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

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

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

npx create-next-app --example rewrites rewrites-app
yarn create next-app --example rewrites rewrites-app
pnpm create next-app --example rewrites rewrites-app

Deploy it to the cloud with Vercel (Documentation).