Skip to content

Instantly share code, notes, and snippets.

@paulogdm
Created July 21, 2019 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulogdm/130f0d1e9174dae76e76679f2e20b064 to your computer and use it in GitHub Desktop.
Save paulogdm/130f0d1e9174dae76e76679f2e20b064 to your computer and use it in GitHub Desktop.
{
"version": 2,
"alias": ["shortcutly.com"],
"routes": [
{
"src": "/(.*)",
"status": 301,
"headers": { "Location": "www.shortcutly.com/$1 " }
}
]
}
{
"version": 2,
"build": {
"env": {
"API_URL": "http://api.shortcutly.com "
}
},
"builds": [
{
"src": "package.json",
"use": "@now/next"
}
],
"alias": ["www.shortcutly.com "]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment