Skip to content

Commit 31efea8

Browse files
authored
DOC-3370: Fix to prevent invalid URLs from matching the redirect and causing traffic spikes. (#3985)
1 parent 7697d22 commit 31efea8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

redirects.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
},
2020
{
2121
"location": "/docs/",
22+
"pattern": "^/docs/?$",
23+
"redirect": "/docs/tinymce/latest/"
24+
},
25+
{
26+
"location": "/docs/",
27+
"pattern": "^/docs/tinymce/?$",
2228
"redirect": "/docs/tinymce/latest/"
2329
},
2430
{

0 commit comments

Comments
 (0)