fix: mark font as high-priority

This commit is contained in:
Julian Tölle 2023-10-31 08:44:37 +01:00
parent 1ec8ac88aa
commit 62db479844
2 changed files with 1 additions and 14 deletions

View file

@ -8,7 +8,7 @@
<svelte:head> <svelte:head>
<title>Ein Pfeil am rechten Fleck</title> <title>Ein Pfeil am rechten Fleck</title>
<meta name="description" content="TODO" /> <meta name="description" content="TODO" />
<link as="font" rel="prefetch" href="/vinque.ttf" /> <link as="font" rel="preload" href="/vinque.ttf" />
</svelte:head> </svelte:head>
<header class="flex justify-center"> <header class="flex justify-center">

View file

@ -1,13 +0,0 @@
{
"headers": [
{
"source": "/",
"headers": [
{
"key": "Link",
"value": "</vinque.ttf>; rel=\"preload\""
}
]
}
]
}