🌉 URL shortener for Vercel.
Make your own in a few minutes:
- Fork this project.
- Clone it and install dependencies by running
yarn install
. (npm works just fine as well, your choice!) - Update
now.json
with your own redirects. - Deploy it to Vercel by running
yarn deploy
. - Configure your custom domain on the Vercel dashboard in the project settings.
- Profit!
Set up the Vercel GitHub integration to make adding redirects later on as simple as updating now.json
directly via the GitHub user interface. Your changes will be built and deployed automatically within seconds.