Skip to content

Commit cacd381

Browse files
committed
Fix favicon transparency appearance and bust icon cache
1 parent 63408f7 commit cacd381

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg?v=20260312b" />
6+
<link rel="shortcut icon" href="/favicon.svg?v=20260312b" />
67
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
78
<title>linksim</title>
89
</head>

public/favicon.svg

Lines changed: 2 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)