diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-03 10:40:08 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-03 10:40:08 -0400 |
commit | 38a254dad22bfb77ebc6d4ba30605544426e37c3 (patch) | |
tree | 6e26829fef865dacb3078763a3e1388d56d89aef | |
parent | 7ce82fbd12854a379755802dd83b5592ed17f345 (diff) |
Add a redirect to the new invite.
-rw-r--r-- | netlify.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..ed18e1d --- /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 |