Skip to content

Commit 3d951ba

Browse files
authored
feat: redirect code.elk.zone to github repository (#3166)
1 parent fce8d79 commit 3d951ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

netlify.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ from = "https://chat.elk.zone"
1111
to = "https://discord.gg/vAZSDU9J"
1212
status = 301
1313
force = true
14+
15+
# Redirect to Discord server
16+
[[redirects]]
17+
from = "https://code.elk.zone"
18+
to = "https://github.com/elk-zone/elk"
19+
status = 301
20+
force = true

0 commit comments

Comments
 (0)