Skip to content

Commit f926f8f

Browse files
authored
fix(redirects): redirect error message url to correct page (#611)
1 parent f758977 commit f926f8f

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
@@ -145,3 +145,10 @@
145145
to = "https://redux.js.org/recipes/writing-tests#connected-components"
146146
status = 301
147147
force = true
148+
149+
# Redirect screen error messe to correct page
150+
[[redirects]]
151+
from = "https://testing-library.com/s/screen-global-error"
152+
to = "https://testing-library.com/docs/dom-testing-library/api-queries#screen"
153+
status = 301
154+
force = true

0 commit comments

Comments
 (0)