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