preload
This commit is contained in:
parent
db292ea0a8
commit
ca2c413b6f
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,7 @@
|
|||
</a>
|
||||
|
||||
<svelte:head>
|
||||
{#if userstate.isLoggedIn}
|
||||
<link rel="preload" type="application/json" as="fetch" href="/api/entries" />
|
||||
{/if}
|
||||
<link rel="preload" type="application/json" as="fetch" href="/api/entries" />
|
||||
</svelte:head>
|
||||
|
||||
<Header></Header>
|
||||
|
|
Loading…
Add table
Reference in a new issue