fix navigation.

This commit is contained in:
liquidex 2023-09-20 14:47:44 +02:00
parent 4d288c8911
commit 1e10f832ca

View file

@ -126,7 +126,7 @@ function expandDetailsRecursively(element) {
function navigateToPage(page) {
console.log(page);
window.location.pathname = `${TREEHOUSE_SITE}/${page}.html`
window.location.pathname = `${page}.html`
}
async function navigateToBranch(fragment) {