Skip to content

Commit f89e960

Browse files
author
Sebastian
committed
add basepath to home-link
1 parent 0225d4a commit f89e960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<svelte:fragment slot="header">
7070
<AppBar>
7171
<svelte:fragment slot="lead">
72-
<a class="text-xl uppercase font-bold" href="/">Parzival</a>
72+
<a class="text-xl uppercase font-bold" href={`${base}`}>Parzival</a>
7373
</svelte:fragment>
7474
<nav class="flex-none items-center h-full hidden lg:flex">
7575
{#each pages as page}

0 commit comments

Comments
 (0)