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