From 2bbd3adb2ee3d2ac30fd326551d2e8ba661c93f0 Mon Sep 17 00:00:00 2001 From: Zhengyi Lai Date: Mon, 24 Jul 2023 14:12:33 +0800 Subject: [PATCH] Update netlify.toml --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netlify.toml b/netlify.toml index e0e93501f..d2a78f854 100644 --- a/netlify.toml +++ b/netlify.toml @@ -46,3 +46,8 @@ status = 302 force = true +[[redirects]] + from = "/forum/" + to = "https://ask.kubesphere.io/forum/" + status = 302 + force = true