Skip to content

Commit

Permalink
chore(index): update favicon link
Browse files Browse the repository at this point in the history
  • Loading branch information
VChet committed Jan 22, 2025
1 parent 9d90fd4 commit d4f2fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
/>
<meta name="theme-color" content="#f9f2e0" />

<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<link rel="apple-touch-icon" href="./apple-touch-icon.png" sizes="180x180" />
<link rel="icon" href="./favicon.ico" sizes="32x32">
<link rel="apple-touch-icon" href="./apple-touch-icon.png">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit d4f2fa7

Please sign in to comment.