diff --git a/js/main.js b/js/main.js index 3273dc5..1d88e19 100644 --- a/js/main.js +++ b/js/main.js @@ -21,7 +21,7 @@ function fetchData() { const urlRepo = getRepoFromUrl(); if (!urlRepo || urlRepo !== repo) { - window.history.pushState('', '', `/#${repo}`); + window.history.pushState('', '', `#${repo}`); } if (re.test(repo)) {