-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
vercel.json
178 lines (178 loc) · 4.35 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
{
"public": true,
"trailingSlash": true,
"redirects": [
{
"destination": "/community/about/",
"source": "/about/"
},
{
"destination": "/guides/",
"source": "/advanced/"
},
{
"destination": "/packages/mdx/#api",
"source": "/advanced/api/"
},
{
"destination": "/packages/remark-mdx/#syntax-tree",
"source": "/advanced/ast/"
},
{
"destination": "/docs/using-mdx/",
"source": "/advanced/components/"
},
{
"destination": "/community/contribute/",
"source": "/advanced/contributing/"
},
{
"destination": "/guides/frontmatter/",
"source": "/advanced/custom-loader/"
},
{
"destination": "/docs/extending-mdx/#using-plugins",
"source": "/advanced/retext-plugins/"
},
{
"destination": "/docs/extending-mdx/",
"source": "/advanced/plugins/"
},
{
"destination": "/packages/mdx/#evaluatefile-options",
"source": "/advanced/runtime/"
},
{
"destination": "/packages/remark-mdx/#syntax-tree",
"source": "/advanced/specification/"
},
{
"destination": "/packages/mdx/#api",
"source": "/advanced/sync-api/"
},
{
"destination": "/packages/remark-mdx/",
"source": "/advanced/transform-content/"
},
{
"destination": "/docs/getting-started/#types",
"source": "/advanced/typescript/"
},
{
"destination": "/guides/frontmatter/",
"source": "/advanced/writing-a-plugin/"
},
{
"destination": "/community/contribute/",
"source": "/contributing/"
},
{
"destination": "/docs/getting-started/#editor",
"source": "/editor-plugins/"
},
{
"destination": "/docs/getting-started/#editor",
"source": "/editors/"
},
{
"destination": "/docs/getting-started/#vite",
"source": "/getting-started/create-react-app/"
},
{
"destination": "/docs/getting-started/#gatsby",
"source": "/getting-started/gatsby/"
},
{
"destination": "/docs/getting-started/#nextjs",
"source": "/getting-started/next/"
},
{
"destination": "/docs/getting-started/#parcel",
"source": "/getting-started/parcel/"
},
{
"destination": "/docs/getting-started/#vite",
"source": "/getting-started/react-static/"
},
{
"destination": "/table-of-components/",
"source": "/getting-started/table-of-components/"
},
{
"destination": "/docs/getting-started/#types",
"source": "/getting-started/typescript/"
},
{
"destination": "/docs/getting-started/#webpack",
"source": "/getting-started/webpack/"
},
{
"destination": "/docs/getting-started/",
"source": "/getting-started/"
},
{
"destination": "/guides/frontmatter/",
"source": "/guides/custom-loader/"
},
{
"destination": "/guides/syntax-highlighting/#syntax-highlighting-with-the-meta-field",
"source": "/guides/live-code/"
},
{
"destination": "/docs/what-is-mdx/",
"source": "/guides/markdown-in-components/"
},
{
"destination": "/guides/math/",
"source": "/guides/math-blocks/"
},
{
"destination": "/guides/embed/#embeds-at-run-time",
"source": "/guides/mdx-embed/"
},
{
"destination": "/docs/extending-mdx/",
"source": "/guides/table-of-contents/"
},
{
"destination": "/docs/getting-started/#ink",
"source": "/guides/terminal/"
},
{
"destination": "/docs/getting-started/#vue",
"source": "/guides/vue/"
},
{
"destination": "/docs/using-mdx/#layout",
"source": "/guides/wrapper-customization/"
},
{
"destination": "/docs/extending-mdx/#creating-plugins",
"source": "/guides/writing-a-plugin/"
},
{
"destination": "/docs/what-is-mdx/",
"source": "/mdx/"
},
{
"destination": "/docs/extending-mdx/#using-plugins",
"source": "/plugins/"
},
{
"destination": "/community/projects/",
"source": "/projects/"
},
{
"destination": "/community/support/",
"source": "/support/"
},
{
"destination": "/docs/getting-started/#syntax",
"source": "/syntax/"
},
{
"destination": "/docs/getting-started/#vue",
"source": "/vue/"
}
]
}