forked from tabler/tabler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vercel.json
58 lines (58 loc) · 1.89 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
{
"rewrites": [
{
"source": "/stats/js/script.js",
"destination": "https://plausible.io/js/script.js"
},
{
"source": "/stats/api/event",
"destination": "https://plausible.io/api/event"
},
{
"source": "/(.*)",
"destination": "/error-404.html"
}
],
"redirects": [
{
"source": "/docs",
"destination": "https://tabler.io/docs",
"permanent": true
},
{
"source": "/docs/:name(colors|typography?).html",
"destination": "https://tabler.io/docs/base/:name",
"permanent": true
},
{
"source": "/docs/:name(alerts|autosize|avatars|badges|breadcrumb|buttons|cards|carousel|charts|countup|datagrid|divider|dropdowns|dropzone|empty|icons|inline-player|modals|placeholder|popover|progress|progressbg|range-slider|ribbons|spinners|statuses|steps|switch-icon|tables|tabs|timelines|tinymce|toasts|tooltips|tracking?).html",
"destination": "https://tabler.io/docs/components/:name",
"permanent": true
},
{
"source": "/docs/:name(form-color-check|form-elements|form-fieldset|form-helpers|form-image-check|form-input-mask|form-selectboxes|form-validation?).html",
"destination": "https://tabler.io/docs/forms/:name",
"permanent": true
},
{
"source": "/docs/:name(browser-support|customize|download|faq?).html",
"destination": "https://tabler.io/docs/getting-started/:name",
"permanent": true
},
{
"source": "/docs/:name(page-headers?).html",
"destination": "https://tabler.io/docs/layout/:name",
"permanent": true
},
{
"source": "/docs/:name(flags|payments?).html",
"destination": "https://tabler.io/docs/plugins/:name",
"permanent": true
},
{
"source": "/docs/:name(borders|cursors|interactions?).html",
"destination": "https://tabler.io/docs/plugins/:name",
"permanent": true
}
]
}