Skip to content

Commit 122e979

Browse files
authored
feat(perf): preload logo (#305)
1 parent a2903e8 commit 122e979

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Solid Clock</title>
7+
<link
8+
rel="preload"
9+
href="/logo.svg"
10+
as="image"
11+
type="image/svg+xml"
12+
>
713
<link rel="icon" type="image/svg+xml" href="/logo.svg">
814
</head>
915
<body class="m-0">

0 commit comments

Comments
 (0)