From 85674df39987c735f2e64a432ae26321f4f491c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Sat, 31 Jul 2021 12:35:07 +0200 Subject: [PATCH] fix toml, but inefficient --- netlify.toml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index b0ebd46..418c803 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,19 @@ [[redirects]] - from = ["/discord","/dsc","/dc"] + from = "/discord" to = "https://discord.gg/NBXq95C" [[redirects]] - from = ["/facebook","/fb"] + from = "/dsc" + to = "https://discord.gg/NBXq95C" + +[[redirects]] + from = "/dc" + to = "https://discord.gg/NBXq95C" + +[[redirects]] + from = "/facebook" + to = "https://facebook.com/groups/gractwo" + +[[redirects]] + from = "/fb" to = "https://facebook.com/groups/gractwo" \ No newline at end of file