-
Notifications
You must be signed in to change notification settings - Fork 419
Expand file tree
/
Copy pathnetlify.toml
More file actions
56 lines (44 loc) · 996 Bytes
/
netlify.toml
File metadata and controls
56 lines (44 loc) · 996 Bytes
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
[context.production.environment]
HUGO_VERSION = "0.126.2"
[context.deploy-preview.environment]
HUGO_VERSION = "0.126.2"
[[redirects]]
from = "/log/*"
to = "https://log.kubesphere.io/:splat"
status = 308
force = true
[[redirects]]
from = "/tr/forum/*"
to = "http://139.198.113.75:9900/tr/forum/:splat"
status = 200
force = true
[[redirects]]
from = "/forum/*"
to = "https://ask.kubesphere.io/forum/:splat"
status = 301
force = true
[[redirects]]
from = "/forum/"
to = "https://ask.kubesphere.io/forum/"
status = 301
force = true
[[redirects]]
from = "/docs/"
to = "https://docs.kubesphere.com.cn "
status = 301
force = true
[[redirects]]
from = "/docs/*"
to = "https://docs.kubesphere.com.cn "
status = 301
force = true
[[redirects]]
from = "/zh/docs/"
to = "https://docs.kubesphere.com.cn "
status = 301
force = true
[[redirects]]
from = "/zh/docs/*"
to = "https://docs.kubesphere.com.cn "
status = 301
force = true