👀 Prisma now proudly uses Dub for short URLs. This project is retired.
To create the shortened url: http://pris.ly/internet
pointing to https://tools.ietf.org/html/rfc3271
- Open
vercel.json
- Add the following object for a redirect:
{
source: '/internet',
destination: 'https://tools.ietf.org/html/rfc3271'
}
The location shouldn't really matter as long as the first part, i.e.
/internet
is unique.
For more information on Vercel redirects: https://vercel.com/docs/project-configuration#project-configuration/redirects
After merging the PR or after a commit on the main branch, the Vercel deployment will start automatically and will only take a few seconds (~10 seconds) until it's live.
Vercel URL: https://pris-ly.vercel.app/