mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
30 lines
483 B
TOML
30 lines
483 B
TOML
[context.production.environment]
|
|
HUGO_VERSION = "0.104.3"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.104.3"
|
|
|
|
[[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
|