adding curated books

This commit is contained in:
2024-07-24 15:02:09 -05:00
parent 4f833202d1
commit 912ed8fae2
6 changed files with 39 additions and 16 deletions

View File

@@ -37,6 +37,6 @@ async function goto(location, { push = true } = {}) {
}
function backButton() {
const location = window.location.pathname;
const location = window.location.href;
goto(location.substring(1), { push: false }); // remove slash, goto already does that
}