We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71b41d commit d75448aCopy full SHA for d75448a
src/lib/components/error-page-handler.svelte
@@ -36,7 +36,7 @@
36
</Alert.Root>
37
38
<ol class="mt-4 flex gap-2">
39
- <Button href={base}>Go Home</Button>
+ <Button href="{base}/">Go Home</Button>
40
<Button onclick={() => window.history.back()}>Go Back</Button>
41
<Button onclick={() => (window.location.reload(), (reload = true))} class="relative">
42
<Spinner
0 commit comments