diff --git a/netlify.toml b/netlify.toml index 681d0861e9..0469c5c395 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,12 @@ [build.environment] NODE_OPTIONS = "--max_old_space_size=8192" +[[redirects]] + from = '/v1/*' + to = 'https://release-v1.4.5--red-hat-design-system.netlify.app/:splat' + status = 200 + force = true + [[redirects]] from = '/components/get-started/*' to = '/get-started/'