Skip to content

Commit

Permalink
feat: redirect code.elk.zone to github repository (#3166)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoayco authored Jan 31, 2025
1 parent fce8d79 commit 3d951ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ from = "https://chat.elk.zone"
to = "https://discord.gg/vAZSDU9J"
status = 301
force = true

# Redirect to Discord server
[[redirects]]
from = "https://code.elk.zone"
to = "https://github.com/elk-zone/elk"
status = 301
force = true

0 comments on commit 3d951ba

Please sign in to comment.