Skip to content

Commit

Permalink
More path related issues
Browse files Browse the repository at this point in the history
  • Loading branch information
qgustavor committed May 26, 2024
1 parent 6ede271 commit 018a105
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AppHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
$: ({ route } = $page.data)
function changeLocale (locale) {
window.location = `./${locale}${route}`
goto(`/${locale}${route}`)
window.reload()
}
let theme = 'g90'
Expand Down

0 comments on commit 018a105

Please sign in to comment.