From d9fcb373e3713d88c3dafd51bc4782eb3fabc80b Mon Sep 17 00:00:00 2001 From: Phil Hawksworth Date: Mon, 24 Jul 2023 14:27:59 +0100 Subject: [PATCH] Mop up visits to the old Discord --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netlify.toml b/netlify.toml index 25705833..4f93a6b5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -71,5 +71,11 @@ to = "/headless-cms/decap-cms/" status = 301 +[[redirects]] + from = "/discord" + to = "https://answers.netlify.com/" + status = 302 + [[plugins]] package = "./plugins/keep-dot-cache-folder" +