Skip to content

Commit 336c171

Browse files
authored
add react native shortcut
1 parent a2f39fc commit 336c171

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

netlify.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@
5555
status = 301
5656
force = true
5757

58+
# React Native landing page to home page
59+
[[redirects]]
60+
from = "https://testing-library.com/react-native/"
61+
to = "https://testing-library.com/docs/native-testing-library/intro"
62+
status = 301
63+
force = true
64+
5865
# Cypress landing page to home page
5966
[[redirects]]
6067
from = "https://testing-library.com/cypress/"

0 commit comments

Comments
 (0)