Skip to content

Commit 7a7e3fd

Browse files
committed
Fix redirect destination validation, partial key overrides, and multiple broken redirects.csv entries.
1 parent c8f1230 commit 7a7e3fd

3 files changed

Lines changed: 135 additions & 118 deletions

File tree

404.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Page not found
5757
const newUrl = window.location.href.replace(window.location.pathname, currentBasePath + to);
5858
window.location.replace(newUrl);
5959
}
60+
break;
6061
}
6162
}
6263
}

0 commit comments

Comments
 (0)