SSR
All checks were successful
deploy to production / deploy (push) Successful in 1m4s

This commit is contained in:
Robin Grenzdörfer 2023-12-06 20:45:44 +00:00
parent 583cf9dd46
commit 8e4951bf9b

View File

@ -42,6 +42,12 @@
} }
} }
}) })
$: {
console.log($refresh)
checkHomePage()
checkScroll()
}
let show = false let show = false
$: console.log(show) $: console.log(show)
</script> </script>
@ -55,7 +61,8 @@
<div class="desktop-header"> <div class="desktop-header">
<DesktopHeader bind:show="{show}" /> <DesktopHeader bind:show="{show}" />
</div> </div>
</nav>{/key} </nav>
{/key}
</main> </main>
{#if !isHomePage} {#if !isHomePage}
<div class="placeholder"></div> <div class="placeholder"></div>