From 38a254dad22bfb77ebc6d4ba30605544426e37c3 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 3 Jul 2020 10:40:08 -0400 Subject: [PATCH] Add a redirect to the new invite. --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..ed18e1d3 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/community/discord/invite" + to = "https://discord.gg/sycytVQ" + status = 301 \ No newline at end of file