forked from ZacxDev/apeswap-frontend-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
27 lines (27 loc) · 1.79 KB
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"redirects": [
{ "source": "/home", "destination": "/", "permanent": true },
{ "source": "/about", "destination": "https://apeswap.gitbook.io/apeswap-finance/" },
{ "source": "/about-us", "destination": "https://apeswap.gitbook.io/apeswap-finance/" },
{ "source": "/farm", "destination": "/farms", "permanent": true },
{ "source": "/yield", "destination": "/farms", "permanent": true },
{ "source": "/yields", "destination": "/farms", "permanent": true },
{ "source": "/apezone", "destination": "/gnana" },
{ "source": "/stat", "destination": "/apestats", "permanent": true },
{ "source": "/vault", "destination": "/vaults", "permanent": true },
{ "source": "/vaults", "destination": "/maximizers", "permanent": true },
{ "source": "/logos", "destination": "https://apeswap.click/logos", "permanent": true },
{ "source": "/admin", "destination": "/admin-pools", "permanent": true },
{ "source": "/admin-pool", "destination": "/admin-pools", "permanent": true },
{ "source": "/staff-pools", "destination": "/admin-pools", "permanent": true },
{ "source": "/lending", "destination": "https://lending.apeswap.finance/", "permanent": true },
{ "source": "/stats", "destination": "/apestats", "permanent": true },
{ "source": "/junglefarms", "destination": "/jungle-farms", "permanent": true },
{ "source": "/pool", "destination": "/liquidity", "permanent": true },
{ "source": "/add", "destination": "/add-liquidity", "permanent": true },
{ "source": "/orders", "destination": "/limit-orders", "permanent": true },
{ "source": "/treasury-bills", "destination": "/bonds", "permanent": true },
{ "source": "/treasurybills", "destination": "/bonds", "permanent": true },
{ "source": "/ss-iao", "destination": "/", "permanent": true }
]
}