diff --git a/netlify.toml b/netlify.toml index f62dcae..6ef3fd1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -26,6 +26,11 @@ from = "/docs/beta/*" to = "/current/:splat" status = 301 +[[redirects]] +from = "/beta/*" +to = "/current/:splat" +status = 307 + [[redirects]] from = "/home" to = "/current/home"