-
Notifications
You must be signed in to change notification settings - Fork 0
/
vercel.json
20 lines (20 loc) · 1.26 KB
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"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": "/stats", "permanent": true },
{ "source": "/vault", "destination": "/vaults", "permanent": true },
{ "source": "/apestats", "destination": "/stats", "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": "/info", "destination": "https://info.apeswap.finance/", "permanent": true },
{ "source": "/lending", "destination": "https://lending.apeswap.finance/", "permanent": true }
]
}