Add vercel.json for redirects in vercel deployment

This commit is contained in:
Moody Salem 2020-06-03 14:46:02 -04:00
parent 6de3a6ec28
commit c09eb738c3
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

13
vercel.json Normal file

@ -0,0 +1,13 @@
{
"redirects": [
{
"source": "https://migrate.uniswap.exchange/.*",
"destination": "https://app.uniswap.org/#/migrate/v1"
},
{
"source": "/.*",
"destination": "https://app.uniswap.org/#/$1",
"permanent": true
}
]
}