From b12cf0a3cda56aec12f70d39f3bb0abdad50d5f3 Mon Sep 17 00:00:00 2001 From: Steven Spriggs Date: Fri, 20 Dec 2024 13:30:07 -0500 Subject: [PATCH] chore: refspec error, use release- as a prefix --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index cb9701253d..0469c5c395 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ [[redirects]] from = '/v1/*' - to = 'https://v1.4.5--red-hat-design-system.netlify.app/:splat' + to = 'https://release-v1.4.5--red-hat-design-system.netlify.app/:splat' status = 200 force = true