Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
/ pris.ly Public archive

Prisma shortlink service (hosted on Vercel)

Notifications You must be signed in to change notification settings

prisma/pris.ly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pris.ly - Prisma's url shortener

👀 Prisma now proudly uses Dub for short URLs. This project is retired.

Adding a short link

To create the shortened url: http://pris.ly/internet pointing to https://tools.ietf.org/html/rfc3271

  1. Open vercel.json
  2. 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

Automatic deployment

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/