Skip to content

Commit

Permalink
fix: wrong url to preload font
Browse files Browse the repository at this point in the history
  • Loading branch information
ca057 committed Dec 27, 2024
1 parent 1348745 commit 4ee531d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffee/index.vto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="preconnect" href="https://c.christianost.de">
<link rel="preload" href="_fonts/knewave.woff" as="font" />
<link rel="preload" href="/_fonts/knewave.woff" as="font" />

<style>
{{ include "css-reset.css" }}
Expand Down

0 comments on commit 4ee531d

Please sign in to comment.