There was an error while loading. Please reload this page.
1 parent 4ddc656 commit f572193Copy full SHA for f572193
netlify.toml
@@ -41,6 +41,13 @@
41
status = 301
42
force = false # do not redirect if route is not 404
43
44
+# DOM landing page to home page
45
+[[redirects]]
46
+ from = "https://testing-library.com/dom/"
47
+ to = "https://testing-library.com/docs/dom-testing-library/intro"
48
+ status = 301
49
+ force = true
50
+
51
# React landing page to home page
52
[[redirects]]
53
from = "https://testing-library.com/react/"
0 commit comments