generated from jonheslop/static-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 15
/
vercel.json
208 lines (208 loc) · 6.23 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
{
"rewrites": [
{ "source": "/docs/api/:match*", "destination": "/api/:match*" }
],
"redirects": [
{
"source": "/docs/beams/concepts/interests/",
"destination": "/docs/beams/concepts/device-interests/",
"permanent": true
},
{
"source": "/docs/beams/guides/handle-notifications/",
"destination": "/docs/beams/guides/handle-incoming-notifications/ios/",
"permanent": true
},
{
"source": "/docs/beams/guides/handle-incoming-notifications/",
"destination": "/docs/beams/guides/handle-incoming-notifications/io/",
"permanent": true
},
{
"source": "/docs/beams/guides/publishing-to-users/",
"destination": "/docs/beams/guides/publish-to-specific-user/ios/",
"permanent": true
},
{
"source": "/docs/beams/guides/publish-to-specific-user/",
"destination": "/docs/beams/guides/publish-to-specific-user/ios/",
"permanent": true
},
{
"source": "/docs/push_notifications/overview/",
"destination": "/docs/beams/",
"permanent": true
},
{
"source": "/docs/client_api_guide/client_connect/",
"destination": "/docs/channels/using_channels/connection/",
"permanent": true
},
{
"source": "/docs/client_api_guide/client_authorized_connections/",
"destination": "/docs/channels/using_channels/authorized-connections/",
"permanent": true
},
{
"source": "/docs/client_api_guide/client_channels/",
"destination": "/docs/channels/using_channels/channels/",
"permanent": true
},
{
"source": "/docs/client_api_guide/client_public_channels/",
"destination": "/docs/channels/using_channels/public-channels/",
"permanent": true
},
{
"source": "/docs/client_api_guide/client_private_channels/",
"destination": "/docs/channels/using_channels/private-channels/",
"permanent": true
},
{
"source": "/docs/client_api_guide/client_encrypted_channels/",
"destination": "/docs/channels/using_channels/encrypted-channels/",
"permanent": true
},
{
"source": "/docs/client_api_guide/client_presence_channels/",
"destination": "/docs/channels/using_channels/presence-channels/",
"permanent": true
},
{
"source": "/docs/client_api_guide/client_events/",
"destination": "/docs/channels/using_channels/events/",
"permanent": true
},
{
"source": "/docs/client_api_guide/client_global_configuration/",
"destination": "/docs/channels/using_channels/global-config/",
"permanent": true
},
{
"source": "/docs/server_api_guide/interact_rest_api/",
"destination": "/docs/channels/server_api/http-api/",
"permanent": true
},
{
"source": "/docs/server_api_guide/server_excluding_recipients/",
"destination": "/docs/channels/server_api/excluding-event-recipients/",
"permanent": true
},
{
"source": "/docs/pusher_cli/overview/",
"destination": "/docs/channels/pusher_cli/overview/",
"permanent": true
},
{
"source": "/docs/pusher_cli/installation/",
"destination": "/docs/channels/pusher_cli/installation/",
"permanent": true
},
{
"source": "/docs/pusher_cli/documentation/",
"destination": "/docs/channels/pusher_cli/documentation/",
"permanent": true
},
{
"source": "/docs/android_quick_start/",
"destination": "/docs/channels/getting_started/android/",
"permanent": true
},
{
"source": "/docs/auth_signatures/",
"destination": "/docs/channels/library_auth_reference/auth-signatures/",
"permanent": true
},
{
"source": "/docs/authenticating_users/",
"destination": "/docs/channels/server_api/authenticating-users/",
"permanent": true
},
{
"source": "/docs/client_api_guide/",
"destination": "/docs/channels/using_channels/client-api-overview/",
"permanent": true
},
{
"source": "/docs/clusters/",
"destination": "/docs/channels/miscellaneous/clusters/",
"permanent": true
},
{
"source": "/docs/debugging/",
"destination": "/docs/channels/getting_started/debugging/",
"permanent": true
},
{
"source": "/docs/device_compatibility/",
"destination": "/docs/channels/using_channels/device-compatibility/",
"permanent": true
},
{
"source": "/docs/fallbacks/",
"destination": "/docs/channels/using_channels/websocket-fallbacks/",
"permanent": true
},
{
"source": "/docs/integrations/",
"destination": "/docs/channels/miscellaneous/integrations/",
"permanent": true
},
{
"source": "/docs/ios_quick_start/",
"destination": "/docs/channels/getting_started/ios/",
"permanent": true
},
{
"source": "/docs/javascript_quick_start/",
"destination": "/docs/channels/getting_started/javascript/",
"permanent": true
},
{
"source": "/docs/ios-quick-start/",
"destination": "/docs/channels/getting_started/ios/",
"permanent": true
},
{
"source": "/docs/javascript-quick-start/",
"destination": "/docs/channels/getting_started/javascript/",
"permanent": true
},
{
"source": "/docs/libraries/",
"destination": "/docs/channels/channels_libraries/libraries/",
"permanent": true
},
{
"source": "/docs/pusher_protocol/",
"destination": "/docs/channels/library_auth_reference/pusher-websockets-protocol/",
"permanent": true
},
{
"source": "/docs/server_api_guide/",
"destination": "/docs/channels/server_api/overview/",
"permanent": true
},
{
"source": "/docs/security/",
"destination": "https://pusher.com/security",
"permanent": true
},
{
"source": "/docs/channels/miscellaneous/security/",
"destination": "https://pusher.com/security",
"permanent": true
},
{
"source": "/docs/rest_api/",
"destination": "/docs/channels/library_auth_reference/rest_api/",
"permanent": true
},
{
"source": "/docs/webhooks/",
"destination": "/docs/channels/server_api/webhooks/",
"permanent": true
}
],
"trailingSlash": true
}