Skip to content

Shorten URLs forwarding via Vercel

Notifications You must be signed in to change notification settings

siketyan/go.siketyan.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

go.siketyan.dev

Shorten URLs forwarding via ZEIT

Routing definition

{
  "routes": [
    {
      "src": "/shorten/path",
      "status": 302,
      "headers": {
        "Location": "https://really.long-long.url/"
      }
    },
    // Another routes...
  ]
}

About

Shorten URLs forwarding via Vercel

Topics

Resources

Stars

Watchers

Forks

Languages