Project demo demonstrating the setup of :
- Next.js with app router
- Next-intl
- Redirection.io with Vercel middleware
- Clone the repository
- Create a
.envfile with the following variables :REDIRECTIONIO_TOKEN
- Run
yarn install - Run
yarn dev - Go to http://localhost:3000/
- Go to https://redirection.io/
- Create an account
- Create a new project
- Get the API key
- Set the API key in the
.envfile