-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
34 lines (34 loc) · 982 Bytes
/
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
28
29
30
31
32
33
34
{
"redirects": [
{
"source": "/",
"destination": "https://ohlasy.info/clanky/",
"has": [{ "type": "host", "value": "archiv.ohlasy.info" }],
"statusCode": 301
},
{
"source": "/:path",
"destination": "https://ohlasy.info/clanky/:path",
"has": [{ "type": "host", "value": "archiv.ohlasy.info" }],
"statusCode": 301
},
{
"source": "/",
"destination": "https://ohlasy.info/clanky/?tag=volby+2022",
"has": [{ "type": "host", "value": "volby.ohlasy.info" }],
"statusCode": 301
},
{
"source": "/",
"destination": "https://www.notion.so/ohlasy/Ohlasy-Wiki-e2b47027b2ea46b8867d69e100723d6b",
"has": [{ "type": "host", "value": "wiki.ohlasy.info" }],
"statusCode": 302
},
{
"source": "/:slug",
"destination": "https://www.notion.so/ohlasy/:slug",
"has": [{ "type": "host", "value": "wiki.ohlasy.info" }],
"statusCode": 302
}
]
}