-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathnetlify.toml
More file actions
52 lines (44 loc) · 1.38 KB
/
netlify.toml
File metadata and controls
52 lines (44 loc) · 1.38 KB
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
# yarn.build plugin-all
[[redirects]]
from = "/latest"
to = "https://github.com/ojkelly/yarn.build/releases/download/latest/yarn-plugin-all.cjs"
status = 200
force = true
[[redirects]]
from = "/latest/build"
to = "https://github.com/ojkelly/yarn.build/releases/download/latest/yarn-plugin-build.cjs"
status = 200
force = true
[[redirects]]
from = "/release/*/build"
to = "https://github.com/ojkelly/yarn.build/releases/download/*/yarn-plugin-build.cjs"
status = 200
force = true
# Deprecated: plugin-bundle has been removed and is not receiving new versions.
[[redirects]]
from = "/latest/bundle"
to = "https://github.com/ojkelly/yarn.build/releases/download/latest/yarn-plugin-bundle.cjs"
status = 200
force = true
# Deprecated: plugin-bundle has been removed and is not receiving new versions.
[[redirects]]
from = "/release/*/bundle"
to = "https://github.com/ojkelly/yarn.build/releases/download/*/yarn-plugin-bundle.cjs"
status = 200
force = true
[[redirects]]
from = "/latest/test"
to = "https://github.com/ojkelly/yarn.build/releases/download/latest/yarn-plugin-test.cjs"
status = 200
force = true
[[redirects]]
from = "/release/*/test"
to = "https://github.com/ojkelly/yarn.build/releases/download/*/yarn-plugin-test.cjs"
status = 200
force = true
# yarn 2
[[redirects]]
from = "/v2"
to = "https://github.com/ojkelly/yarn.build/releases/download/v0.9.56/yarn-plugin-build.js"
status = 200
force = true