-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathvercel.json
More file actions
69 lines (69 loc) · 2.65 KB
/
vercel.json
File metadata and controls
69 lines (69 loc) · 2.65 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
59
60
61
62
63
64
65
66
67
68
69
{
"redirects": [
{ "source": "/echo.html", "destination": "/tools/websocket-echo-server", "permanent": true },
{ "source": "/echo", "destination": "/tools/websocket-echo-server", "permanent": false },
{
"source": "/demos/racer/run/",
"destination": "https://ably.com/examples",
"permanent": true
},
{ "source": "/index.html", "destination": "/", "permanent": true },
{
"source": "/aboutwebsocket.html",
"destination": "/guides/websocket-protocol",
"permanent": true
},
{ "source": "/quantum.html", "destination": "/guides/road-to-websockets", "permanent": true },
{ "source": "/css/style.css", "destination": "/", "permanent": true },
{ "source": "/community.html", "destination": "/resources/community/", "permanent": true },
{ "source": "/community", "destination": "/resources/community/", "permanent": true },
{ "source": "/aboutwebsoc", "destination": "/guides/websocket-protocol", "permanent": true },
{ "source": "/echo.htmlas", "destination": "/tools/websocket-echo-server", "permanent": true },
{
"source": "/portfolio/polling.html",
"destination": "/guides/road-to-websockets",
"permanent": true
},
{
"source": "/performance-monitoring.html",
"destination": "/guides/websockets-at-scale",
"permanent": true
},
{ "source": "/echol", "destination": "/tools/websocket-echo-server", "permanent": true },
{ "source": "/aboutwebsocke", "destination": "/guides/websocket-protocol", "permanent": true },
{ "source": "/echo.htm", "destination": "/tools/websocket-echo-server", "permanent": true },
{ "source": "/echo.htms", "destination": "/tools/websocket-echo-server", "permanent": true },
{
"source": "/intro.html",
"destination": "/guides/building-a-websocket-app",
"permanent": true
},
{ "source": "/stomp", "destination": "/guides/websocket-protocol", "permanent": true },
{
"source": "/test_tools.html",
"destination": "/tools/websocket-echo-server",
"permanent": true
},
{
"source": "/encrypted-textSource",
"destination": "/guides/websocket-protocol",
"permanent": true
},
{ "source": "/secure.html", "destination": "/guides/security/", "permanent": true },
{
"source": "/troubleshooting.html",
"destination": "/guides/building-a-websocket-app",
"permanent": true
},
{
"source": "/quick-tutorial/",
"destination": "/guides/building-a-websocket-app",
"permanent": true
},
{
"source": "/aboutwebsocket.htm",
"destination": "/guides/websocket-protocol",
"permanent": true
}
]
}