From aaa6cbb3af8fb72392b47e4181c6079f019ce06d Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 12 Feb 2021 13:38:48 -0600 Subject: [PATCH] Redirect old pages --- netlify.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/netlify.toml b/netlify.toml index 0076481..3add628 100644 --- a/netlify.toml +++ b/netlify.toml @@ -16,7 +16,15 @@ from = "/app/node" to = "/app/nodejs" status = 301 + +# old git redirect +[[redirects]] + from = "/app/git" + to = "/app/git-version-control" + status = 301 + +# Category Redirects [[redirects]] from = "/kind/entertainment" to = "/kind/entertainment-and-media-apps/" @@ -26,3 +34,12 @@ from = "/kind/photo-tools" to = "/kind/photo-and-graphic-tools/" status = 301 + + + # Other Redirects + +# Random broken link from Chinese sites +[[redirects]] + from = "/。" + to = "/" + status = 301