diff --git a/netlify.toml b/netlify.toml index 87824389b9..8273c1e4b6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -71,3 +71,13 @@ from = "/360/1.1/*" to = "https://release-1-1--chef-360.netlify.app/360/1.1/:splat" status = 200 + +[[redirects]] + from = "/360/1.1/*" + to = "/360/1.1/404.html" + status = 404 + +[[redirects]] + from = "/360/1.0/*" + to = "/360/1.0/404.html" + status = 404