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