mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
commit
443a0435bd
12
netlify.toml
12
netlify.toml
|
|
@ -27,3 +27,15 @@
|
|||
to = "/zh/docs/v3.3/:splat"
|
||||
status = 301
|
||||
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.16.58:9900/forum/:splat"
|
||||
status = 200
|
||||
force = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue