remove a bunch of .html links

This commit is contained in:
りき萌 2024-03-03 21:39:54 +01:00
parent 8eca6b29ec
commit 1d2ce8d701
5 changed files with 6 additions and 6 deletions

View file

@ -168,7 +168,7 @@ function expandDetailsRecursively(element) {
}
function navigateToPage(page) {
window.location.pathname = `${page}.html`
window.location.pathname = `${page}`
}
async function navigateToBranch(fragment) {