-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvercel.json
More file actions
58 lines (58 loc) · 1.43 KB
/
vercel.json
File metadata and controls
58 lines (58 loc) · 1.43 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
{
"cleanUrls": true,
"trailingSlash": true,
"redirects": [
{
"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/calendar"
},
{
"destination": "/expressionengine/calendar/v5/",
"source": "/expressionengine/calendar/"
},
{
"destination": "/craft/freeform/v5/templates/ajax/",
"source": "/craft/freeform/v5/guides/guide/ajax-forms/"
},
{
"destination": "/craft/freeform/v5/templates/caching/",
"source": "/craft/freeform/v5/guides/guide/caching-forms/"
},
{
"destination": "/craft/ai-assistant/v1/",
"source": "/craft/ai-assistant"
},
{
"destination": "/craft/ai-assistant/v1/",
"source": "/craft/ai-assistant/"
},
{
"destination": "/support/custom-development/",
"source": "/support/premium/"
}
]
}