-
Notifications
You must be signed in to change notification settings - Fork 19
/
vercel.json
289 lines (289 loc) · 8.57 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
{
"redirects": [
{
"source": "/",
"destination": "https://flowbite-svelte.com/blocks",
"permanent": true
},
{
"source": "/application/advanced-tables",
"destination": "https://flowbite-svelte.com/blocks/application/advanced-tables",
"permanent": true
},
{
"source": "/application/crud-create-drawers",
"destination": "https://flowbite-svelte.com/blocks/application/crud-create-drawers",
"permanent": true
},
{
"source": "/application/crud-create-forms",
"destination": "https://flowbite-svelte.com/blocks/application/crud-create-forms",
"permanent": true
},
{
"source": "/application/crud-create-modals",
"destination": "https://flowbite-svelte.com/blocks/application/crud-create-modals",
"permanent": true
},
{
"source": "/application/crud-delete-confirm",
"destination": "https://flowbite-svelte.com/blocks/application/crud-delete-confirm",
"permanent": true
},
{
"source": "/application/crud-read-drawers",
"destination": "https://flowbite-svelte.com/blocks/application/crud-read-drawers",
"permanent": true
},
{
"source": "/application/crud-read-modals",
"destination": "https://flowbite-svelte.com/blocks/application/crud-read-modals",
"permanent": true
},
{
"source": "/application/crud-read-sections",
"destination": "https://flowbite-svelte.com/blocks/application/crud-read-sections",
"permanent": true
},
{
"source": "/application/crud-success-message",
"destination": "https://flowbite-svelte.com/blocks/application/crud-success-message",
"permanent": true
},
{
"source": "/application/crud-update-drawers",
"destination": "https://flowbite-svelte.com/blocks/application/crud-update-drawers",
"permanent": true
},
{
"source": "/application/crud-update-forms",
"destination": "https://flowbite-svelte.com/blocks/application/crud-update-forms",
"permanent": true
},
{
"source": "/application/crud-update-modals",
"destination": "https://flowbite-svelte.com/blocks/application/crud-update-modals",
"permanent": true
},
{
"source": "/application/dashboard-footer",
"destination": "https://flowbite-svelte.com/blocks/application/dashboard-footer",
"permanent": true
},
{
"source": "/application/faceted-search-drawers",
"destination": "https://flowbite-svelte.com/blocks/application/faceted-search-drawers",
"permanent": true
},
{
"source": "/application/faceted-search-modals",
"destination": "https://flowbite-svelte.com/blocks/application/faceted-search-modals",
"permanent": true
},
{
"source": "/application/filter",
"destination": "https://flowbite-svelte.com/blocks/application/filter",
"permanent": true
},
{
"source": "/application/navbar",
"destination": "https://flowbite-svelte.com/blocks/application/navbar",
"permanent": true
},
{
"source": "/application/sidenav",
"destination": "https://flowbite-svelte.com/blocks/application/sidenav",
"permanent": true
},
{
"source": "/application/table-footers",
"destination": "https://flowbite-svelte.com/blocks/application/table-footers",
"permanent": true
},
{
"source": "/application/table-headers",
"destination": "https://flowbite-svelte.com/blocks/application/table-headers",
"permanent": true
},
{
"source": "/example",
"destination": "https://flowbite-svelte.com/blocks/example",
"permanent": true
},
{
"source": "/marketing",
"destination": "https://flowbite-svelte.com/blocks/",
"permanent": true
},
{
"source": "/marketing/404",
"destination": "https://flowbite-svelte.com/blocks/marketing/404",
"permanent": true
},
{
"source": "/marketing/500",
"destination": "https://flowbite-svelte.com/blocks/marketing/500",
"permanent": true
},
{
"source": "/marketing/account-recovery",
"destination": "https://flowbite-svelte.com/blocks/marketing/account-recovery",
"permanent": true
},
{
"source": "/marketing/banner",
"destination": "https://flowbite-svelte.com/blocks/marketing/banner",
"permanent": true
},
{
"source": "/marketing/blog",
"destination": "https://flowbite-svelte.com/blocks/marketing/blog",
"permanent": true
},
{
"source": "/marketing/contact",
"destination": "https://flowbite-svelte.com/blocks/marketing/contact",
"permanent": true
},
{
"source": "/marketing/content",
"destination": "https://flowbite-svelte.com/blocks/marketing/content",
"permanent": true
},
{
"source": "/marketing/cookie",
"destination": "https://flowbite-svelte.com/blocks/marketing/cookie",
"permanent": true
},
{
"source": "/marketing/cta",
"destination": "https://flowbite-svelte.com/blocks/marketing/cta",
"permanent": true
},
{
"source": "/marketing/customer-logos",
"destination": "https://flowbite-svelte.com/blocks/marketing/customer-logos",
"permanent": true
},
{
"source": "/marketing/event-schedule",
"destination": "https://flowbite-svelte.com/blocks/marketing/event-schedule",
"permanent": true
},
{
"source": "/marketing/faq",
"destination": "https://flowbite-svelte.com/blocks/marketing/faq",
"permanent": true
},
{
"source": "/marketing/feature",
"destination": "https://flowbite-svelte.com/blocks/marketing/feature",
"permanent": true
},
{
"source": "/marketing/footer",
"destination": "https://flowbite-svelte.com/blocks/marketing/footer",
"permanent": true
},
{
"source": "/marketing/header",
"destination": "https://flowbite-svelte.com/blocks/marketing/header",
"permanent": true
},
{
"source": "/marketing/hero",
"destination": "https://flowbite-svelte.com/blocks/marketing/hero",
"permanent": true
},
{
"source": "/marketing/login",
"destination": "https://flowbite-svelte.com/blocks/marketing/login",
"permanent": true
},
{
"source": "/marketing/maintenance",
"destination": "https://flowbite-svelte.com/blocks/marketing/maintenance",
"permanent": true
},
{
"source": "/marketing/newsletter",
"destination": "https://flowbite-svelte.com/blocks/marketing/newsletter",
"permanent": true
},
{
"source": "/marketing/popup",
"destination": "https://flowbite-svelte.com/blocks/marketing/popup",
"permanent": true
},
{
"source": "/marketing/portfolio",
"destination": "https://flowbite-svelte.com/blocks/marketing/portfolio",
"permanent": true
},
{
"source": "/marketing/pricing",
"destination": "https://flowbite-svelte.com/blocks/marketing/pricing",
"permanent": true
},
{
"source": "/marketing/register",
"destination": "https://flowbite-svelte.com/blocks/marketing/register",
"permanent": true
},
{
"source": "/marketing/reset-password",
"destination": "https://flowbite-svelte.com/blocks/marketing/reset-password",
"permanent": true
},
{
"source": "/marketing/social-proof",
"destination": "https://flowbite-svelte.com/blocks/marketing/social-proof",
"permanent": true
},
{
"source": "/marketing/team",
"destination": "https://flowbite-svelte.com/blocks/marketing/team",
"permanent": true
},
{
"source": "/marketing/testimonial",
"destination": "https://flowbite-svelte.com/blocks/marketing/testimonial",
"permanent": true
},
{
"source": "/marketing/user-onboarding",
"destination": "https://flowbite-svelte.com/blocks/marketing/user-onboarding",
"permanent": true
},
{
"source": "/",
"destination": "https://flowbite-svelte.com/blocks/",
"permanent": true
},
{
"source": "/publisher",
"destination": "https://flowbite-svelte.com/blocks/",
"permanent": true
},
{
"source": "/publisher/blog-templates",
"destination": "https://flowbite-svelte.com/blocks/publisher/blog-templates",
"permanent": true
},
{
"source": "/publisher/comments",
"destination": "https://flowbite-svelte.com/blocks/publisher/comments",
"permanent": true
},
{
"source": "/publisher/related-articles",
"destination": "https://flowbite-svelte.com/blocks/publisher/related-articles",
"permanent": true
},
{
"source": "/pages/quickstart",
"destination": "https://flowbite-svelte.com/blocks/pages/quickstart",
"permanent": true
}
]
}