diff --git a/frontend/src/layouts/ErrorPage.svelte b/frontend/src/layouts/ErrorPage.svelte index 80fbd98..7600a60 100644 --- a/frontend/src/layouts/ErrorPage.svelte +++ b/frontend/src/layouts/ErrorPage.svelte @@ -64,10 +64,10 @@ export let params = {}; function back() { - window.history.back() + window.history.go(-2); } function home() { - window.location.href = '/' + window.location.href = '/'; } \ No newline at end of file