This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
netlify.toml
119 lines (91 loc) · 2.11 KB
/
netlify.toml
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
[build]
command = "gatsby build"
[build.environment]
GATSBY_TILER = "https://tiler.freesewing.org/"
GATSBY_ALGOLIA_API_ID = "MA0Y5A2PF0"
GATSBY_ALGOLIA_SEARCH_KEY = "278751992e7a54c20c49a3c04f1c80fe"
GATSBY_CONTEXT = "production"
[[redirects]]
from = "/contact*"
to = "/docs/about/contact/"
[[redirects]]
from = "/faq*"
to = "/docs/about/faq/"
[[redirects]]
from = "/share*"
to = "/docs/about/share/"
[[redirects]]
from = "/pledge*"
to = "/docs/about/pledge/"
[[redirects]]
from = "/privacy*"
to = "/docs/about/privacy/"
[[redirects]]
from = "/rights*"
to = "/docs/about/rights/"
[[redirects]]
from = "/patterns/aaron*"
to = "/designs/aaron/"
[[redirects]]
from = "/patterns/benjamin*"
to = "/designs/benjamin/"
[[redirects]]
from = "/patterns/bent*"
to = "/designs/bent/"
[[redirects]]
from = "/patterns/breanna*"
to = "/designs/breanna/"
[[redirects]]
from = "/patterns/brian*"
to = "/designs/brian/"
[[redirects]]
from = "/patterns/carlita*"
to = "/designs/carlita/"
[[redirects]]
from = "/patterns/carlton*"
to = "/designs/carlton/"
[[redirects]]
from = "/patterns/cathrin*"
to = "/designs/cathrin/"
[[redirects]]
from = "/patterns/florent*"
to = "/designs/florent/"
[[redirects]]
from = "/patterns/huey*"
to = "/designs/huey/"
[[redirects]]
from = "/patterns/hugo*"
to = "/designs/hugo/"
[[redirects]]
from = "/patterns/jaeger*"
to = "/designs/jaeger/"
[[redirects]]
from = "/patterns/penelope*"
to = "/designs/penelope/"
[[redirects]]
from = "/patterns/shin*"
to = "/designs/shin/"
[[redirects]]
from = "/patterns/simone*"
to = "/designs/simone/"
[[redirects]]
from = "/patterns/simon*"
to = "/designs/simon/"
[[redirects]]
from = "/patterns/sven*"
to = "/designs/sven/"
[[redirects]]
from = "/patterns/tamiko*"
to = "/designs/tamiko/"
[[redirects]]
from = "/patterns/theo*"
to = "/designs/theo/"
[[redirects]]
from = "/patterns/trayvon*"
to = "/designs/trayvon/"
[[redirects]]
from = "/patterns/wahid*"
to = "/designs/wahid/"
[[redirects]]
from = "/patterns/waralee*"
to = "/designs/waralee/"