Add SEO stuff

This commit is contained in:
2022-09-26 23:13:45 +02:00
parent a241dd849d
commit 7898eb9bec
3 changed files with 9 additions and 2 deletions

View File

@@ -65,6 +65,8 @@
<svelte:window bind:innerHeight />
<svelte:head>
<link rel="canonical" href={$page.url.href} />
{#each fonts as font}
<link rel="preload" href="/fonts/{font}.woff2" as="font" type="font/woff2" crossorigin="anonymous">
{/each}