Skip to content

Commit 3661098

Browse files
committed
fix: avoid unnecessary favicon requests
1 parent 53c4bdc commit 3661098

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
8+
<!-- No favicon -->
9+
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
10+
711
<title>QuickGPT</title>
812
</head>
913

0 commit comments

Comments
 (0)