We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55c177 commit ac01b29Copy full SHA for ac01b29
apps/codingcatdev/src/app.html
@@ -2,7 +2,7 @@
2
<html lang="en" data-theme="codingcatdev">
3
<head>
4
<meta charset="utf-8" />
5
- <link rel="icon" href="%sveltekit.assets%/favicon.png" />
+ <link rel="icon" href="%sveltekit.assets%/favicon.ico" />
6
<meta name="viewport" content="width=device-width" />
7
8
<link rel="shortlink" href="https://codingcat.dev/" />
@@ -86,7 +86,6 @@
86
sizes="16x16"
87
href="%sveltekit.assets%/icons/favicon-16x16.png"
88
/>
89
- <link rel="icon" href="/favicon.ico" />
90
91
%sveltekit.head%
92
</head>
0 commit comments