Skip to content

Commit daf4e55

Browse files
authored
Fix base path (#194)
1 parent ba58ed5 commit daf4e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ds-svelte-community/src/routes/+layout.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<Page background="bg-subtle">
2525
<InternalHeader>
26-
<InternalHeaderTitle as="a" href="/">ds-svelte-community</InternalHeaderTitle>
26+
<InternalHeaderTitle as="a" href={base}>ds-svelte-community</InternalHeaderTitle>
2727
<Spacer />
2828
<InternalHeaderButton as="a" href="https://docs.nais.io">Nais Docs</InternalHeaderButton>
2929
<div class="mobile">

0 commit comments

Comments
 (0)