From 7edda551b2c4d01c2cc4bd733e0f10e741a6323c 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 20:51:21 +0200 Subject: [PATCH] add personal redirects I --- netlify.toml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 8bd2637..9d0b66d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -30,4 +30,21 @@ # 'funny' REDIRECTS [[redirects]] from = "/pgtf-theme" - to = "https://www.youtube.com/watch?v=zjedLeVGcfE" \ No newline at end of file + to = "https://www.youtube.com/watch?v=zjedLeVGcfE" + +# PERSONAL REDIRECTS +[[redirects]] + from = "/jamesen-external" + to = "https://manczak.net" + +[[redirects]] + from = "/jamesen-steam" + to = "https://steamcommunity.com/id/jakubmanczak/" + +[[redirects]] + from = "/jamesen-github" + to = "https://github.com/jakubmanczak" + +[[redirects]] + from = "/jamesen-facebook" + to = "https://facebook.com/manczakjakub" \ No newline at end of file