diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-03 10:42:20 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-03 10:42:20 -0400 |
commit | f08578a5f10433a6c303e0ad6760a6b674cacd43 (patch) | |
tree | adede1e464614c7bc55ddfaaa200045e901e2321 | |
parent | 38a254dad22bfb77ebc6d4ba30605544426e37c3 (diff) |
Make the redirect temporary.
-rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index ed18e1d..8ef5add 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 |