-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
46 lines (46 loc) · 1.05 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"cleanUrls": true,
"trailingSlash": true,
"redirects": [
{
"destination": "https://support.solspace.com/",
"source": "/support"
},
{
"destination": "https://support.solspace.com/",
"source": "/support/"
},
{
"destination": "/craft/freeform/v5/",
"source": "/craft/freeform"
},
{
"destination": "/craft/freeform/v5/",
"source": "/craft/freeform/"
},
{
"destination": "/craft/calendar/v5/",
"source": "/craft/calendar"
},
{
"destination": "/craft/calendar/v5/",
"source": "/craft/calendar/"
},
{
"destination": "/expressionengine/freeform/v3/",
"source": "/expressionengine/freeform"
},
{
"destination": "/expressionengine/freeform/v3/",
"source": "/expressionengine/freeform/"
},
{
"destination": "/expressionengine/calendar/v5/",
"source": "/expressionengine/freeform"
},
{
"destination": "/expressionengine/calendar/v5/",
"source": "/expressionengine/freeform/"
}
]
}