This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
vercel.json
299 lines (299 loc) · 12 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
{
<<<<<<< HEAD
"github": { "silent": true },
"trailingSlash": false,
"redirects": [
{ "source": "/tips/controlled-input-null-value.html", "destination": "/docs/forms.html#controlled-input-null-value", "permanent": false },
{ "source": "/concurrent", "destination": "/docs/concurrent-mode-intro.html", "permanent": false },
{ "source": "/hooks", "destination": "/docs/hooks-intro.html", "permanent": false },
{ "source": "/tutorial", "destination": "/tutorial/tutorial.html", "permanent": false },
{ "source": "/your-story", "destination": "https://www.surveymonkey.co.uk/r/MVQV2R9", "permanent": false },
{ "source": "/stories", "destination": "https://medium.com/react-community-stories", "permanent": false },
{ "source": "/html-jsx.html", "destination": "https://magic.reactjs.net/htmltojsx.htm", "destination": "", "permanent": false },
{ "source": "/link/attribute-behavior", "destination": "/blog/2017/09/08/dom-attributes-in-react-16.html#changes-in-detail", "permanent": false },
{ "source": "/link/controlled-components", "destination": "/docs/forms.html#controlled-components", "permanent": false },
{ "source": "/link/crossorigin-error", "destination": "/docs/cross-origin-errors.html", "permanent": false },
{ "source": "/link/dangerously-set-inner-html", "destination": "/docs/dom-elements.html#dangerouslysetinnerhtml", "permanent": false },
{ "source": "/link/derived-state", "destination": "/blog/2018/06/07/you-probably-dont-need-derived-state.html", "permanent": false },
{ "source": "/link/error-boundaries", "destination": "/docs/error-boundaries.html", "permanent": false },
{ "source": "/link/event-pooling", "destination": "/docs/legacy-event-pooling.html", "permanent": false },
{ "source": "/link/hooks-data-fetching", "destination": "/docs/hooks-faq.html#how-can-i-do-data-fetching-with-hooks", "permanent": false },
{ "source": "/link/invalid-aria-props", "destination": "/warnings/invalid-aria-prop.html", "permanent": false },
{ "source": "/link/invalid-hook-call", "destination": "/warnings/invalid-hook-call-warning.html", "permanent": false },
{ "source": "/link/legacy-context", "destination": "/docs/legacy-context.html", "permanent": false },
{ "source": "/link/legacy-factories", "destination": "/warnings/legacy-factories.html", "permanent": false },
{ "source": "/link/mock-scheduler", "destination": "/docs/testing-environments.html#mocking-a-rendering-surface", "destination": "", "permanent": false },
{ "source": "/link/perf-use-production-build", "destination": "/docs/optimizing-performance.html#use-the-production-build", "permanent": false },
{ "source": "/link/react-devtools", "destination": "/blog/2015/09/02/new-react-developer-tools.html#installation", "permanent": false },
{ "source": "/link/react-polyfills", "destination": "/docs/javascript-environment-requirements.html", "permanent": false },
{ "source": "/link/refs-must-have-owner", "destination": "/warnings/refs-must-have-owner.html", "permanent": false },
{ "source": "/link/rules-of-hooks", "destination": "/docs/hooks-rules.html", "permanent": false },
{ "source": "/link/special-props", "destination": "/warnings/special-props.html", "permanent": false },
{ "source": "/link/strict-mode-find-node", "destination": "/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage", "permanent": false },
{ "source": "/link/strict-mode-string-ref", "destination": "/docs/refs-and-the-dom.html#legacy-api-string-refs", "permanent": false },
{ "source": "/link/unsafe-component-lifecycles", "destination": "/blog/2018/03/27/update-on-async-rendering.html", "permanent": false },
{ "source": "/link/warning-keys", "destination": "/docs/lists-and-keys.html#keys", "permanent": false },
{ "source": "/link/wrap-tests-with-act", "destination": "/docs/test-utils.html#act", "permanent": false },
{ "source": "/link/interaction-tracing", "destination": "https://gist.github.com/bvaughn/8de925562903afd2e7a12554adcdda16", "permanent": false },
{ "source": "/link/profiling", "destination": "https://gist.github.com/bvaughn/25e6233aeb1b4f0cdb8d8366e54a3977", "permanent": false },
{ "source": "/link/test-utils-mock-component", "destination": "https://gist.github.com/bvaughn/fbf41b3f895bf2d297935faa5525eee9", "permanent": false },
{ "source": "/link/uselayouteffect-ssr", "destination": "https://gist.github.com/gaearon/e7d97cdf38a2907924ea12e4ebdf3c85", "permanent": false },
{ "source": "/link/react-devtools-faq", "destination": "https://github.com/facebook/react/tree/main/packages/react-devtools#faq", "permanent": false },
{ "source": "/link/setstate-in-render", "destination": "https://github.com/facebook/react/issues/18178#issuecomment-595846312", "permanent": false },
{ "source": "/version/15.6", "destination": "https://react-legacy.netlify.app", "permanent": false }
]
}
=======
"github": {
"silent": true
},
"trailingSlash": false,
"redirects": [
{
"source": "/tips/controlled-input-null-value.html",
"destination": "/docs/forms.html#controlled-input-null-value",
"permanent": false
},
{
"source": "/link/switch-to-createroot",
"destination": "https://github.com/reactwg/react-18/discussions/5",
"permanent": false
},
{
"source": "/server-components",
"destination": "/blog/2020/12/21/data-fetching-with-react-server-components.html",
"permanent": false
},
{
"source": "/concurrent",
"destination": "/docs/concurrent-mode-intro.html",
"permanent": false
},
{
"source": "/hooks",
"destination": "/docs/hooks-intro.html",
"permanent": false
},
{
"source": "/tutorial",
"destination": "/tutorial/tutorial.html",
"permanent": false
},
{
"source": "/your-story",
"destination": "https://www.surveymonkey.co.uk/r/MVQV2R9",
"permanent": false
},
{
"source": "/stories",
"destination": "https://medium.com/react-community-stories",
"permanent": false
},
{
"source": "/html-jsx.html",
"destination": "",
"permanent": false
},
{
"source": "/link/attribute-behavior",
"destination": "/blog/2017/09/08/dom-attributes-in-react-16.html#changes-in-detail",
"permanent": false
},
{
"source": "/link/controlled-components",
"destination": "/docs/forms.html#controlled-components",
"permanent": false
},
{
"source": "/link/crossorigin-error",
"destination": "/docs/cross-origin-errors.html",
"permanent": false
},
{
"source": "/link/dangerously-set-inner-html",
"destination": "/docs/dom-elements.html#dangerouslysetinnerhtml",
"permanent": false
},
{
"source": "/link/derived-state",
"destination": "/blog/2018/06/07/you-probably-dont-need-derived-state.html",
"permanent": false
},
{
"source": "/link/error-boundaries",
"destination": "/docs/error-boundaries.html",
"permanent": false
},
{
"source": "/link/event-pooling",
"destination": "/docs/legacy-event-pooling.html",
"permanent": false
},
{
"source": "/link/hooks-data-fetching",
"destination": "/docs/hooks-faq.html#how-can-i-do-data-fetching-with-hooks",
"permanent": false
},
{
"source": "/link/invalid-aria-props",
"destination": "/warnings/invalid-aria-prop.html",
"permanent": false
},
{
"source": "/link/invalid-hook-call",
"destination": "/warnings/invalid-hook-call-warning.html",
"permanent": false
},
{
"source": "/link/legacy-context",
"destination": "/docs/legacy-context.html",
"permanent": false
},
{
"source": "/link/legacy-factories",
"destination": "/warnings/legacy-factories.html",
"permanent": false
},
{
"source": "/link/mock-scheduler",
"destination": "",
"permanent": false
},
{
"source": "/link/perf-use-production-build",
"destination": "/docs/optimizing-performance.html#use-the-production-build",
"permanent": false
},
{
"source": "/link/react-devtools",
"destination": "/blog/2015/09/02/new-react-developer-tools.html#installation",
"permanent": false
},
{
"source": "/link/react-polyfills",
"destination": "/docs/javascript-environment-requirements.html",
"permanent": false
},
{
"source": "/link/refs-must-have-owner",
"destination": "/warnings/refs-must-have-owner.html",
"permanent": false
},
{
"source": "/link/rules-of-hooks",
"destination": "/docs/hooks-rules.html",
"permanent": false
},
{
"source": "/link/special-props",
"destination": "/warnings/special-props.html",
"permanent": false
},
{
"source": "/link/strict-mode-find-node",
"destination": "/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage",
"permanent": false
},
{
"source": "/link/strict-mode-string-ref",
"destination": "/docs/refs-and-the-dom.html#legacy-api-string-refs",
"permanent": false
},
{
"source": "/link/unsafe-component-lifecycles",
"destination": "/blog/2018/03/27/update-on-async-rendering.html",
"permanent": false
},
{
"source": "/link/warning-keys",
"destination": "/docs/lists-and-keys.html#keys",
"permanent": false
},
{
"source": "/link/wrap-tests-with-act",
"destination": "/docs/test-utils.html#act",
"permanent": false
},
{
"source": "/link/interaction-tracing",
"destination": "https://gist.github.com/bvaughn/8de925562903afd2e7a12554adcdda16",
"permanent": false
},
{
"source": "/link/profiling",
"destination": "https://gist.github.com/bvaughn/25e6233aeb1b4f0cdb8d8366e54a3977",
"permanent": false
},
{
"source": "/link/test-utils-mock-component",
"destination": "https://gist.github.com/bvaughn/fbf41b3f895bf2d297935faa5525eee9",
"permanent": false
},
{
"source": "/link/uselayouteffect-ssr",
"destination": "https://gist.github.com/gaearon/e7d97cdf38a2907924ea12e4ebdf3c85",
"permanent": false
},
{
"source": "/link/react-devtools-faq",
"destination": "https://github.com/facebook/react/tree/main/packages/react-devtools#faq",
"permanent": false
},
{
"source": "/link/setstate-in-render",
"destination": "https://github.com/facebook/react/issues/18178#issuecomment-595846312",
"permanent": false
},
{
"source": "/version/15.6",
"destination": "https://react-legacy.netlify.app",
"permanent": false
},
{
"source": "/version/16.8",
"destination": "https://5d4b5feba32acd0008d0df98--reactjs.netlify.com/",
"permanent": false
},
{
"source": "/version/16.7",
"destination": "https://5c54aa429e16c80007af3cd2--reactjs.netlify.com/",
"permanent": false
},
{
"source": "/version/16.6",
"destination": "https://5c11762d4be4d10008916ab1--reactjs.netlify.com/",
"permanent": false
},
{
"source": "/version/16.5",
"destination": "https://5bcf5863c6aed64970d6de5b--reactjs.netlify.com/",
"permanent": false
},
{
"source": "/version/16.4",
"destination": "https://5b90c17ac9659241e7f4c938--reactjs.netlify.com",
"permanent": false
},
{
"source": "/version/16.3",
"destination": "https://5b05c94e0733d530fd1fafe0--reactjs.netlify.com",
"permanent": false
},
{
"source": "/version/16.2",
"destination": "https://5abc31d8be40f1556f06c4be--reactjs.netlify.com",
"permanent": false
},
{
"source": "/version/16.1",
"destination": "https://5a1dbcf14c4b93299e65b9a9--reactjs.netlify.com",
"permanent": false
},
{
"source": "/version/16.0",
"destination": "https://5a046bf5a6188f4b8fa4938a--reactjs.netlify.com",
"permanent": false
}
]
}
>>>>>>> 6bd09fe682e18ccd7747fcd7798fa8fb4d3edc42