From 7a169b78034e30681a1faa6813deadfb2db6b6ee 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 13:55:25 +0200 Subject: [PATCH] add the meme redirect --- netlify.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 418c803..a8953fe 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,4 @@ +# SOCIALS REDIRECTS [[redirects]] from = "/discord" to = "https://discord.gg/NBXq95C" @@ -16,4 +17,9 @@ [[redirects]] from = "/fb" - to = "https://facebook.com/groups/gractwo" \ No newline at end of file + to = "https://facebook.com/groups/gractwo" + +# 'funny' REDIRECTS +[[redirects]] + from = "/pgtf-theme" + to = "https://www.youtube.com/watch?v=zjedLeVGcfE" \ No newline at end of file