This commit is contained in:
Niki Wix Skaarup 2025-04-05 23:40:24 +02:00
parent db292ea0a8
commit ca2c413b6f
Signed by: nikiskaarup
GPG key ID: FC2F1B116F6E788C

View file

@ -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>