Skip to content

Commit

Permalink
fix: avoid unnecessary favicon requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Apr 12, 2023
1 parent 53c4bdc commit 3661098
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- No favicon -->
<link rel="icon" href="data:;base64,iVBORw0KGgo=">

<title>QuickGPT</title>
</head>

Expand Down

0 comments on commit 3661098

Please sign in to comment.