diff --git a/dist/index.html b/dist/index.html
index 56b6a7b..9866016 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -17,7 +17,7 @@
const input = document.querySelector("input");
button.addEventListener("click", function () {
const blazeUrl = "https://ill-red-skunk-wig.cyclic.app";
- location.href = `${blazeUrl}/at=${input.value}`;
+ location.href = `${blazeUrl}?at=${input.value}`;
});