forked from tailwindlabs/tailwindcss.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
79 lines (79 loc) · 3.21 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
{
"redirects": [
{ "source": "/docs", "destination": "/docs/installation", "permanent": false },
{ "source": "/docs/what-is-tailwind", "destination": "/", "permanent": false },
{ "source": "/docs/flexbox-display", "destination": "/docs/display", "permanent": false },
{ "source": "/docs/spacing", "destination": "/docs/padding", "permanent": false },
{ "source": "/docs/shadows", "destination": "/docs/box-shadow", "permanent": false },
{
"source": "/docs/whitespace-and-wrapping",
"destination": "/docs/whitespace",
"permanent": false
},
{ "source": "/docs/floats", "destination": "/docs/float", "permanent": false },
{ "source": "/docs/positioning", "destination": "/docs/position", "permanent": false },
{ "source": "/docs/fonts", "destination": "/docs/font-family", "permanent": false },
{ "source": "/docs/text-sizing", "destination": "/docs/font-size", "permanent": false },
{ "source": "/docs/text-style", "destination": "/docs/font-style", "permanent": false },
{ "source": "/docs/text-alignment", "destination": "/docs/text-align", "permanent": false },
{
"source": "/docs/vertical-alignment",
"destination": "/docs/vertical-align",
"permanent": false
},
{
"source": "/docs/flexbox-direction",
"destination": "/docs/flex-direction",
"permanent": false
},
{ "source": "/docs/flexbox-wrapping", "destination": "/docs/flex-wrap", "permanent": false },
{
"source": "/docs/flexbox-align-items",
"destination": "/docs/align-items",
"permanent": false
},
{
"source": "/docs/flexbox-align-content",
"destination": "/docs/align-content",
"permanent": false
},
{ "source": "/docs/flexbox-align-self", "destination": "/docs/align-self", "permanent": false },
{
"source": "/docs/flexbox-justify-content",
"destination": "/docs/justify-content",
"permanent": false
},
{ "source": "/docs/flexbox-flex", "destination": "/docs/flex", "permanent": false },
{ "source": "/docs/flexbox-flex-grow", "destination": "/docs/flex-grow", "permanent": false },
{
"source": "/docs/flexbox-flex-shrink",
"destination": "/docs/flex-shrink",
"permanent": false
},
{ "source": "/docs/svg", "destination": "/docs/fill", "permanent": false },
{
"source": "/docs/using-with-sass-less-stylus",
"destination": "/docs/using-with-preprocessors",
"permanent": false
},
{
"source": "/docs/state-variants",
"destination": "/docs/pseudo-class-variants",
"permanent": false
},
{ "source": "/docs/colors", "destination": "/docs/customizing-colors", "permanent": false },
{ "source": "/screencasts", "destination": "/course", "permanent": false },
{ "source": "/discord", "destination": "https://discord.gg/7NF8GNe", "permanent": false },
{
"source": "/forum",
"destination": "https://github.com/tailwindcss/tailwindcss/discussions",
"permanent": false
},
{ "source": "/docs/examples/:slug", "destination": "/components/:slug", "permanent": false },
{
"source": "/components/grids",
"destination": "/components/flexbox-grids",
"permanent": false
}
]
}