There was an error while loading. Please reload this page.
1 parent 0fd954d commit 5daf4fcCopy full SHA for 5daf4fc
netlify.toml
@@ -75,3 +75,12 @@
75
to = "https://testing-library.com/docs/pptr-testing-library/intro"
76
status = 301
77
force = true
78
+
79
+# Preact page. Hopefully it'll join this website eventually
80
+# but for now it'll be nice to be able to use the URL in content/twitter/etc.
81
+# and not have to worry about updating those URLs in the future.
82
+[[redirects]]
83
+ from = "https://testing-library.com/preact/"
84
+ to = "https://github.com/antsmartian/preact-testing-library"
85
+ status = 301
86
+ force = true
0 commit comments