Fix failure to navigate, quote transitions

This commit is contained in:
Jon Staab
2024-11-20 08:53:12 -08:00
parent 05f7d128e4
commit 1c0e680c17
8 changed files with 41 additions and 34 deletions
+7
View File
@@ -0,0 +1,7 @@
<script lang="ts">
import {page} from "$app/stores"
</script>
{#key $page.params.relay}
<slot />
{/key}
+3 -1
View File
@@ -60,5 +60,7 @@
<MenuSpace {url} />
</SecondaryNav>
<Page>
<slot />
{#key $page.url.pathname}
<slot />
{/key}
</Page>