Skip to content

Commit

Permalink
fix: more discord links (#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mayer committed Mar 5, 2023
1 parent 8592928 commit f948e2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f948e2e

Please sign in to comment.