There was an error while loading. Please reload this page.
1 parent 4866ca1 commit 363b612Copy full SHA for 363b612
netlify.toml
@@ -37,11 +37,10 @@
37
to = "https://testing-library.com/:splat"
38
force = true
39
40
-# Redirects due to reorganization
+# Redirects due to reorganization (do not redirect if route is not 404)
41
[[redirects]]
42
from = "/docs/*"
43
to = "/docs/dom-testing-library/:splat"
44
- force = false # do not redirect if route is not 404
45
46
# Support page to help page
47
0 commit comments