diff --git a/netlify.toml b/netlify.toml index 6ad3998..98c597c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,6 +8,11 @@ from = "/" to = "/en/4/" +[[redirects]] + from = "/framework/en/*" + to = "/en/4/:splat" + status = 301 + [[redirects]] from = "/contributing" to = "/en/4/contributing/"