aboutsummaryrefslogtreecommitdiff
path: root/src/lib/components/Navigation.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/components/Navigation.svelte')
-rw-r--r--src/lib/components/Navigation.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte
index d682bab..0534f2e 100644
--- a/src/lib/components/Navigation.svelte
+++ b/src/lib/components/Navigation.svelte
@@ -10,7 +10,7 @@
<Navbar class={`Navbar navbar-leather ${className}`}>
<div class='flex flex-grow justify-between'>
- <NavBrand href='./'>
+ <NavBrand href='/'>
<h1 class='font-serif'>Alexandria</h1>
</NavBrand>
</div>