From 809323b5aa56c20704c340b35e886a14dc3d4637 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 6 Dec 2020 13:57:41 -0600 Subject: [PATCH] Redirect old node page --- netlify.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/netlify.toml b/netlify.toml index b291f80..3eb9960 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,6 +4,13 @@ # https://docs.netlify.com/configure-builds/file-based-configuration/#redirects + +# old node redirect +[[redirects]] + from = "/app/node" + to = "/app/nodejs" + status = 301 + [[redirects]] from = "/kind/entertainment" to = "/kind/entertainment-and-media-apps/"