Merge pull request #2993 from fuchunlan/master

fix: Add redirects of learn and live page
This commit is contained in:
KubeSphere CI Bot 2023-10-17 14:51:14 +08:00 committed by GitHub
commit aec50d3f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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