mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #2993 from fuchunlan/master
fix: Add redirects of learn and live page
This commit is contained in:
commit
aec50d3f60
24
netlify.toml
24
netlify.toml
|
|
@ -27,3 +27,27 @@
|
|||
to = "https://ask.kubesphere.io/forum/"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/learn/"
|
||||
to = "/zh/learn/"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/learn/*"
|
||||
to = "/zh/learn/*"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/live/"
|
||||
to = "/zh/live/"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/live/*"
|
||||
to = "/zh/live/*"
|
||||
status = 301
|
||||
force = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue