Skip to content

Commit

Permalink
Add favicon.ico to index.html in static directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz authored May 18, 2024
1 parent 4f1a26a commit 9bba5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/static/vite.svg" />
<link rel="icon" type="image/x-icon" href="/static/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
Expand All @@ -17,4 +17,4 @@
<div id="root"></div>
</body>

</html>
</html>

0 comments on commit 9bba5c3

Please sign in to comment.