-
Notifications
You must be signed in to change notification settings - Fork 223
/
vercel.json
84 lines (77 loc) · 8 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
{
"redirects": [
{ "source": "/getting-started/what-is-evidence/", "destination": "/", "permanent": true },
{ "source": "/getting-started/what-is-evidence", "destination": "/", "permanent": true },
{ "source": "/getting-started/install-evidence/", "destination": "/install-evidence/", "permanent": true },
{ "source": "/getting-started/install-evidence", "destination": "/install-evidence/", "permanent": true },
{ "source": "/cli/", "destination": "/reference/cli/", "permanent": true },
{ "source": "/cli", "destination": "/reference/cli/", "permanent": true },
{ "source": "/themes-and-layouts/", "destination": "/reference/themes-and-layouts/", "permanent": true },
{ "source": "/themes-and-layouts", "destination": "/reference/themes-and-layouts/", "permanent": true },
{ "source": "/markdown/", "destination": "/reference/markdown/", "permanent": true },
{ "source": "/markdown", "destination": "/reference/markdown/", "permanent": true },
{ "source": "/plugins/creating-a-plugin/", "destination": "/plugins/create-component-plugin/", "permanent": true },
{ "source": "/plugins/creating-a-plugin", "destination": "/plugins/create-component-plugin/", "permanent": true },
{ "source": "/guides/updating-your-project/", "destination": "/guides/updating-your-app/", "permanent": true },
{ "source": "/guides/updating-your-project", "destination": "/guides/updating-your-app/", "permanent": true },
{ "source": "/components/area-map", "destination": "/components/maps/area-map", "permanent": true },
{ "source": "/components/us-map", "destination": "/components/maps/us-map", "permanent": true },
{ "source": "/components/bubble-map", "destination": "/components/maps/bubble-map", "permanent": true },
{ "source": "/components/point-map", "destination": "/components/maps/point-map", "permanent": true },
{ "source": "/components/base-map", "destination": "/components/maps/base-map", "permanent": true },
{ "source": "/components/tabs", "destination": "/components/ui/tabs", "permanent": true },
{ "source": "/components/download-data", "destination": "/components/ui/download-data", "permanent": true },
{ "source": "/components/last-refreshed", "destination": "/components/ui/last-refreshed", "permanent": true },
{ "source": "/components/alert", "destination": "/components/ui/alert", "permanent": true },
{ "source": "/components/accordion", "destination": "/components/ui/accordion", "permanent": true },
{ "source": "/components/big-link", "destination": "/components/ui/big-link", "permanent": true },
{ "source": "/components/details", "destination": "/components/ui/details", "permanent": true },
{ "source": "/components/modal", "destination": "/components/ui/modal", "permanent": true },
{ "source": "/components/link-button", "destination": "/components/ui/link-button", "permanent": true },
{ "source": "/components/print-format-components", "destination": "/components/ui/print-format-components", "permanent": true },
{ "source": "/components/grid", "destination": "/components/ui/grid", "permanent": true },
{ "source": "/components/bubble-chart", "destination": "/components/charts/bubble-chart", "permanent": true },
{ "source": "/components/mixed-type-charts", "destination": "/components/charts/mixed-type-charts", "permanent": true },
{ "source": "/components/funnel-chart", "destination": "/components/charts/funnel-chart", "permanent": true },
{ "source": "/components/bar-chart", "destination": "/components/charts/bar-chart", "permanent": true },
{ "source": "/components/custom-echarts", "destination": "/components/charts/custom-echarts", "permanent": true },
{ "source": "/components/box-plot", "destination": "/components/charts/box-plot", "permanent": true },
{ "source": "/components/annotations", "destination": "/components/charts/annotations", "permanent": true },
{ "source": "/components/sparkline", "destination": "/components/charts/sparkline", "permanent": true },
{ "source": "/components/calendar-heatmap", "destination": "/components/charts/calendar-heatmap", "permanent": true },
{ "source": "/components/area-chart", "destination": "/components/charts/area-chart", "permanent": true },
{ "source": "/components/line-chart", "destination": "/components/charts/line-chart", "permanent": true },
{ "source": "/components/sankey-diagram", "destination": "/components/charts/sankey-diagram", "permanent": true },
{ "source": "/components/echarts-options", "destination": "/components/charts/echarts-options", "permanent": true },
{ "source": "/components/heatmap", "destination": "/components/charts/heatmap", "permanent": true },
{ "source": "/components/scatter-plot", "destination": "/components/charts/scatter-plot", "permanent": true },
{ "source": "/components/histogram", "destination": "/components/charts/histogram", "permanent": true },
{ "source": "/components/custom-components", "destination": "/components/custom/custom-component", "permanent": true },
{ "source": "/components/component-queries", "destination": "/components/custom/component-queries", "permanent": true },
{ "source": "/components/delta", "destination": "/components/data/delta", "permanent": true },
{ "source": "/components/value", "destination": "/components/data/value", "permanent": true },
{ "source": "/components/big-value", "destination": "/components/data/big-value", "permanent": true },
{ "source": "/components/data-table", "destination": "/components/data/data-table", "permanent": true },
{ "source": "/components/dropdown", "destination": "/components/inputs/dropdown", "permanent": true },
{ "source": "/components/dimension-grid", "destination": "/components/inputs/dimension-grid", "permanent": true },
{ "source": "/components/checkbox", "destination": "/components/inputs/checkbox", "permanent": true },
{ "source": "/components/slider", "destination": "/components/inputs/slider", "permanent": true },
{ "source": "/components/date-range", "destination": "/components/inputs/date-range", "permanent": true },
{ "source": "/components/text-input", "destination": "/components/inputs/text-input", "permanent": true },
{ "source": "/components/button-group", "destination": "/components/inputs/button-group", "permanent": true },
{ "source": "/deployment/overview", "destination": "/deployment/overview", "permanent": true },
{ "source": "/deployment/evidence-cloud", "destination": "/deployment/cloud/evidence-cloud", "permanent": true },
{ "source": "/deployment/github-pages", "destination": "/deployment/self-host/github-pages", "permanent": true },
{ "source": "/deployment/aws-amplify", "destination": "/deployment/self-host/aws-amplify", "permanent": true },
{ "source": "/deployment/azure-static-apps", "destination": "/deployment/self-host/azure-static-apps", "permanent": true },
{ "source": "/deployment/cloudflare-pages", "destination": "/deployment/self-host/cloudflare-pages", "permanent": true },
{ "source": "/deployment/firebase", "destination": "/deployment/self-host/firebase", "permanent": true },
{ "source": "/deployment/gitlab-pages", "destination": "/deployment/self-host/gitlab-pages", "permanent": true },
{ "source": "/deployment/hugging-face-spaces", "destination": "/deployment/self-host/hugging-face-spaces", "permanent": true },
{ "source": "/deployment/netlify", "destination": "/deployment/self-host/netlify", "permanent": true },
{ "source": "/deployment/vercel", "destination": "/deployment/self-host/vercel", "permanent": true },
{ "source": "/deployment/rendering-modes", "destination": "/deployment/configuration/rendering-modes", "permanent": true },
{ "source": "/deployment/base-paths", "destination": "/deployment/configuration/base-paths", "permanent": true },
{ "source": "/deployment/environments", "destination": "/deployment/configuration/environments", "permanent": true }
]
}