upgrade to sveltekit 1
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
{#if href.startsWith('/') || host(href) === $page.host}
|
||||
<a sveltekit:prefetch {href}>
|
||||
<a data-sveltekit-preload-data="hover" {href}>
|
||||
<slot></slot>
|
||||
</a>
|
||||
{:else}
|
||||
|
Reference in New Issue
Block a user