From 6518893371a40efe0dd91a7c6c0b859248c2beeb Mon Sep 17 00:00:00 2001 From: Matan Borenkraout Date: Sat, 2 Dec 2023 18:28:14 +0200 Subject: [PATCH] docs: add redirect to new rtl template --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netlify.toml b/netlify.toml index 510f8553d..749958cd1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -32,6 +32,11 @@ from = "/discord" to = "https://discord.gg/testing-library" +# Shortcuts to reproduction templates +[[redirects]] + from = "/new-rtl" + to = "https://stackblitz.com/edit/rtl-template" + # Support page to help page [[redirects]] from = "/support"