summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-03 10:40:08 -0400
committerPete Johanson <peter@peterjohanson.com>2020-07-03 10:40:08 -0400
commit38a254dad22bfb77ebc6d4ba30605544426e37c3 (patch)
tree6e26829fef865dacb3078763a3e1388d56d89aef
parent7ce82fbd12854a379755802dd83b5592ed17f345 (diff)
Add a redirect to the new invite.
-rw-r--r--netlify.toml4
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