diff --git a/index.html b/index.html
index 2433018..123f4de 100644
--- a/index.html
+++ b/index.html
@@ -408,13 +408,13 @@
credits
observer.observe(id("bottom"));
const params = new URLSearchParams({ "q": q });
if (rhyme) params.append("rhyme", "");
- const url = "https://berrymot.github.io/xlasisku?" + params.toString().replace(/=$/, "");
+ const url = "https://berrymot.github.io/xlasisku/?" + params.toString().replace(/=$/, "");
window.history.pushState(null, null, url);
} else {
id("status").innerHTML = "";
id("results").innerHTML = "";
page = 0;
- const url = "https://berrymot.github.io/xlasisku" + (rhyme ? "?rhyme" : "");
+ const url = "https://berrymot.github.io/xlasisku/" + (rhyme ? "?rhyme" : "");
window.history.pushState(null, null, url);
}
}, 100);