website/netlify.toml
zhuxiujuan28 8f5c503fae update netlify.toml 2
Signed-off-by: zhuxiujuan28 <562873187@qq.com>
2023-08-29 16:05:04 +08:00

54 lines
917 B
TOML

[context.production.environment]
HUGO_VERSION = "0.117.0"
[context.deploy-preview.environment]
HUGO_VERSION = "0.117.0"
[[redirects]]
from = "/docs"
to = "/docs"
status = 302
force = true
[[redirects]]
from = "/zh/docs"
to = "/zh/docs"
status = 302
force = true
[[redirects]]
from = "/docs/*"
to = "/docs/v3.4/:splat"
status = 301
force = true
[[redirects]]
from = "/zh/docs/*"
to = "/zh/docs/v3.4/:splat"
status = 301
force = true
[[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