forked from cue-lang/cuelang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
58 lines (47 loc) · 1.3 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
# Code generated internal/ci/ci_tool.cue; DO NOT EDIT.
[build]
functions = "functions"
publish = "_public"
command = "bash build.bash"
[build.environment]
GO_VERSION = "1.19.3"
HUGO_ENV = "production"
HUGO_VERSION = "0.89.4"
NODE_VERSION = "18.8.0"
[context.deploy-preview]
command = "bash build.bash -b $DEPLOY_URL"
[[redirects]]
from = "/cl/*"
to = "https://review.gerrithub.io/c/cue-lang/cue/+/:splat"
status = 302
force = true
[[redirects]]
from = "/issue/*"
to = "https://github.com/cue-lang/cue/issues/:splat"
status = 302
force = true
[[redirects]]
from = "/issues/*"
to = "https://github.com/cue-lang/cue/issues/:splat"
status = 302
force = true
[[redirects]]
from = "/discussion/*"
to = "https://github.com/cue-lang/cue/discussions/:splat"
status = 302
force = true
[[redirects]]
from = "/discussions/*"
to = "https://github.com/cue-lang/cue/discussions/:splat"
status = 302
force = true
[[redirects]]
from = "/releases/*"
to = "https://github.com/cue-lang/cue/releases/:splat"
status = 302
force = true
[[redirects]]
from = "/s/community-calendar"
to = "https://calendar.google.com/calendar/u/0?cid=Y19lNzkxMWQ5OWQ4ZGIyMmU2ZTVjMzhkMTVkNjY2ZTVlNjdiNWE5ODNkZWU4N2JmNTU2NDY3NzI1OGIxYjJhMTFhQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20"
status = 302
force = true