codeponpon / rewrites

Home Page:rewrites-ashen.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

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 rewrites rewrites-app
# or
yarn create next-app --example rewrites rewrites-app

Deploy it to the cloud with Vercel (Documentation).

About

rewrites-ashen.vercel.app


Languages

Language:JavaScript 51.6%Language:CSS 32.3%Language:Shell 16.0%