diff options
| author | Matt Mayer <[email protected]> | 2023-03-05 19:08:41 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-05 13:08:41 +0100 |
| commit | f948e2e8ccc93b31557f8c65f610f52dff28e2e4 (patch) | |
| tree | c3695866a4a6a52a280b790cb3f85aeb58f5af79 /netlify.toml | |
| parent | 859292878b55c572e5b841e67aee5e9da660989e (diff) | |
| download | faker-f948e2e8ccc93b31557f8c65f610f52dff28e2e4.tar.xz faker-f948e2e8ccc93b31557f8c65f610f52dff28e2e4.zip | |
fix: more discord links (#1893)
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/netlify.toml b/netlify.toml index 46e10350..31eb56a4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -23,14 +23,14 @@ # Redirect to Discord server [[redirects]] from = "https://chat.fakerjs.dev" - to = "https://discord.gg/faker-js" - status = 301 + to = "https://discord.gg/wq78qyhdSZ" + status = 302 force = true [[redirects]] from = "/chat" to = "https://discord.gg/wq78qyhdSZ" - status = 301 + status = 302 force = true # Redirect to StackBlitz playground |
