From 1a614ee86633cbfebe497219afc52d3100cd2414 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 13 Oct 2020 12:49:45 -0500 Subject: [PATCH] Add redirects to toml config --- netlify.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/netlify.toml b/netlify.toml index 92743f9..e8e819d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,10 @@ [build] publish = "dist/" command = "npm run generate" + + +# https://docs.netlify.com/configure-builds/file-based-configuration/#redirects +[[redirects]] + from = "/kind/entertainment" + to = "/kind/entertainment-and-media-apps/" + status = 301