Skip to content

Commit e1c6ab8

Browse files
committed
rever favicon
1 parent f0c8d25 commit e1c6ab8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/app.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
<link rel="icon" type="image/svg+xml" href="/assets/images/formula-code-icon.svg" />
9-
<link rel="icon" type="image/png" href="/assets/images/formula-code-icon.png" />
10-
<link rel="shortcut icon" href="/assets/images/formula-code-icon.png" />
8+
<link rel="icon" type="image/svg+xml" href="/favicon.svg?v=racecar" />
9+
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=racecar" />
10+
<link rel="shortcut icon" href="/favicon.ico?v=racecar" />
1111
%sveltekit.head%
1212
</head>
1313

@@ -16,4 +16,4 @@
1616
<div>%sveltekit.body%</div>
1717
</body>
1818

19-
</html>
19+
</html>

0 commit comments

Comments
 (0)