Created
July 21, 2019 20:55
-
-
Save paulogdm/130f0d1e9174dae76e76679f2e20b064 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 2, | |
"alias": ["shortcutly.com"], | |
"routes": [ | |
{ | |
"src": "/(.*)", | |
"status": 301, | |
"headers": { "Location": "www.shortcutly.com/$1 " } | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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