Redirect old node page

This commit is contained in:
Sam Carlton 2020-12-06 13:57:41 -06:00 committed by GitHub
parent c6d8375f29
commit 809323b5aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/"