We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2903e8 commit 122e979Copy full SHA for 122e979
1 file changed
index.html
@@ -4,6 +4,12 @@
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>Solid Clock</title>
7
+ <link
8
+ rel="preload"
9
+ href="/logo.svg"
10
+ as="image"
11
+ type="image/svg+xml"
12
+ >
13
<link rel="icon" type="image/svg+xml" href="/logo.svg">
14
</head>
15
<body class="m-0">
0 commit comments