diff --git a/src/App.svelte b/src/App.svelte index 0966b4f..75726b6 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -76,7 +76,7 @@ } repoSet = repoSet.union(new Set(repositories)) localStorage.setItem("repositories", JSON.stringify(Array.from(repoSet))) - window.location.href = window.location.origin + window.location.href = window.location.origin + window.location.pathname } function shareCurrentRepositories() {