Commit c09eb738 authored by Moody Salem's avatar Moody Salem

Add vercel.json for redirects in vercel deployment

parent 6de3a6ec
{
"redirects": [
{
"source": "https://migrate.uniswap.exchange/.*",
"destination": "https://app.uniswap.org/#/migrate/v1"
},
{
"source": "/.*",
"destination": "https://app.uniswap.org/#/$1",
"permanent": true
}
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment