We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
redirects.csv
1 parent c8f1230 commit 7a7e3fdCopy full SHA for 7a7e3fd
3 files changed
404.rst
@@ -57,6 +57,7 @@ Page not found
57
const newUrl = window.location.href.replace(window.location.pathname, currentBasePath + to);
58
window.location.replace(newUrl);
59
}
60
+ break;
61
62
63
0 commit comments