Add vercel.json for redirects in vercel deployment
This commit is contained in:
parent
6de3a6ec28
commit
c09eb738c3
13
vercel.json
Normal file
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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user