-
Notifications
You must be signed in to change notification settings - Fork 421
/
vercel.json
169 lines (169 loc) · 5.41 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
{
"trailingSlash": false,
"redirects": [
{
"source": "/",
"destination": "/docs/introduction",
"statusCode": 301
},
{
"source": "/:version(v3\\.[0-4])/:path*",
"destination": "/docs/v3/:path*",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?",
"destination": "/docs/:version/introduction",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/intro",
"destination": "/docs/:version/introduction",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/building-components",
"destination": "/docs/:version/getting-started",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/my-first-component",
"destination": "/docs/:version/getting-started",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/stencil-config",
"destination": "/docs/:version/config",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/testing",
"destination": "/docs/:version/unit-testing",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/shadow-dom",
"destination": "/docs/:version/styling",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/css-variables",
"destination": "/docs/:version/styling",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/sass",
"destination": "/docs/:version/plugins",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/add-ons",
"destination": "/docs/:version/plugins",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/addons",
"destination": "/docs/:version/plugins",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/templating",
"destination": "/docs/:version/templating-jsx",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/router",
"destination": "https://github.com/ionic-team/stencil-router/wiki",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/stencil-router",
"destination": "https://github.com/ionic-team/stencil-router/wiki",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/routing",
"destination": "https://github.com/ionic-team/stencil-router/wiki",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/server-side-rendering",
"destination": "/docs/:version/static-site-generation-server-side-rendering-ssr",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/prerendering",
"destination": "/docs/:version/static-site-generation",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/build-conditionals",
"destination": "/docs/:version",
"statusCode": 302
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/docs-auto-generation",
"destination": "/docs/:version/docs-readme",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/what-is-design-system",
"destination": "/docs/:version/design-systems",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/stencil-for-design-systems",
"destination": "/docs/:version/design-systems",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/local-assets",
"destination": "/docs/:version/assets",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/deno",
"destination": "/docs/:version/support-policy",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/stencil-state-tunnel",
"destination": "https://github.com/ionic-team/stencil-state-tunnel",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/state-tunnel",
"destination": "https://github.com/ionic-team/stencil-state-tunnel",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/framework-bindings",
"destination": "/docs/:version/overview",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/redux",
"destination": "https://github.com/ionic-team/stencil-redux",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/stencil-redux",
"destination": "https://github.com/ionic-team/stencil-redux",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[4-9]+(?:\\.[\\dx]+)?))?/browser-support",
"destination": "/docs/:version/support-policy",
"statusCode": 301
},
{
"source": "/:version(next|(?:v[\\d]+(?:\\.[\\dx]+)?))?/static-site-generation-debugging",
"destination": "/docs/:version/vs-code-debugging",
"statusCode": 301
}
],
"rewrites": [
{ "source": "/docs", "destination": "/" },
{ "source": "/docs/:match*", "destination": "/:match*" }
]
}