From f08578a5f10433a6c303e0ad6760a6b674cacd43 Mon Sep 17 00:00:00 2001
From: Pete Johanson <peter@peterjohanson.com>
Date: Fri, 3 Jul 2020 10:42:20 -0400
Subject: [PATCH] Make the redirect temporary.

---
 netlify.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netlify.toml b/netlify.toml
index ed18e1d3..8ef5addf 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,4 +1,4 @@
 [[redirects]]
   from = "/community/discord/invite"
   to = "https://discord.gg/sycytVQ"
-  status = 301
\ No newline at end of file
+  status = 302
\ No newline at end of file