From 3d951ba44c5f0e4397c2b52f5fe2dd631d023821 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 31 Jan 2025 04:18:46 +0100 Subject: [PATCH] feat: redirect code.elk.zone to github repository (#3166) --- netlify.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/netlify.toml b/netlify.toml index f2a90dee..8f7fa4ab 100755 --- a/netlify.toml +++ b/netlify.toml @@ -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