mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 13:01:02 +00:00
fix: mark font as high-priority
This commit is contained in:
parent
1ec8ac88aa
commit
62db479844
2 changed files with 1 additions and 14 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
13
vercel.json
13
vercel.json
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"headers": [
|
|
||||||
{
|
|
||||||
"source": "/",
|
|
||||||
"headers": [
|
|
||||||
{
|
|
||||||
"key": "Link",
|
|
||||||
"value": "</vinque.ttf>; rel=\"preload\""
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue