From f009618bddf08df81a737a45686fadc80b28b3cc Mon Sep 17 00:00:00 2001 From: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Date: Fri, 22 Dec 2023 17:28:22 +0000 Subject: [PATCH] Add temp beta redirect --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) 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"