From eb46f58d83dcc37984207ab537b279dfdd98d91f Mon Sep 17 00:00:00 2001 From: Shinigami Date: Fri, 16 Sep 2022 03:52:26 +0800 Subject: [PATCH] chore: switch discord link (#1377) --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 3f482d7b600..3d5ea078c45 100644 --- a/netlify.toml +++ b/netlify.toml @@ -10,7 +10,7 @@ # Redirect to Discord server [[redirects]] from = "https://chat.fakerjs.dev" - to = "https://discord.com/invite/4qDjAmDj4P" + to = "https://discord.gg/faker-js" status = 301 force = true