forked from xyflow/pro-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.json
72 lines (72 loc) · 1.44 KB
/
redirects.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
[
{
"source": "/login",
"destination": "/signin",
"permanent": true
},
{
"source": "/dashboard",
"destination": "/",
"permanent": true
},
{
"source": "/billing",
"destination": "/account",
"permanent": true
},
{
"source": "/faq",
"destination": "https://reactflow.dev/pro",
"permanent": true
},
{
"source": "/info",
"destination": "https://reactflow.dev/pro",
"permanent": true
},
{
"source": "/plans",
"destination": "https://reactflow.dev/pro/pricing",
"permanent": true
},
{
"source": "/pricing",
"destination": "https://reactflow.dev/pro/pricing",
"permanent": true
},
{
"source": "/pro-examples",
"destination": "https://reactflow.dev/pro/examples",
"permanent": true
},
{
"source": "/enterprise",
"destination": "https://reactflow.dev/pro/enterprise",
"permanent": true
},
{
"source": "/contact",
"destination": "https://xyflow.com/contact",
"permanent": true
},
{
"source": "/about-us",
"destination": "https://xyflow.com/about",
"permanent": true
},
{
"source": "/terms",
"destination": "https://xyflow.com/terms-of-use",
"permanent": true
},
{
"source": "/privacy",
"destination": "https://xyflow.com/privacy",
"permanent": true
},
{
"source": "/ethical-standards",
"destination": "https://xyflow.com/ethical-standards",
"permanent": true
}
]