diff --git a/src/components/routes/Content.svelte b/src/components/routes/Content.svelte index f02da32..6ef9fe2 100644 --- a/src/components/routes/Content.svelte +++ b/src/components/routes/Content.svelte @@ -48,7 +48,7 @@ if (c) { if (type === "changedLanguage") { let newPath = c.path + $location.search - window.history.pushState({}, document.getElementsByTagName("title")[0].innerHTML, newPath) + window.history.pushState({}, document.getElementsByTagName("title")[0].innerHTML, newPath + "/") path = newPath } @@ -166,7 +166,7 @@ {:else if content} {:else} -
+ {/if}