mirror of
https://github.com/kubesphere/website.git
synced 2025-12-25 15:32:54 +00:00
49 lines
823 B
TOML
49 lines
823 B
TOML
[context.production.environment]
|
|
HUGO_VERSION = "0.109.0"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.109.0"
|
|
|
|
[[redirects]]
|
|
from = "/docs"
|
|
to = "/docs/v3.3"
|
|
status = 302
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/zh/docs"
|
|
to = "/zh/docs/v3.3"
|
|
status = 302
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/docs/*"
|
|
to = "/docs/v3.3/:splat"
|
|
status = 301
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/zh/docs/*"
|
|
to = "/zh/docs/v3.3/: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 = "http://139.198.113.75:9800/forum/:splat"
|
|
status = 200
|
|
force = true
|
|
|