Skip to content

Commit

Permalink
🎨 Gotta do relative path for favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
typio committed Mar 8, 2024
1 parent 64d05e0 commit e8c3f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
media="(prefers-color-scheme:light)"
type="image/webp"
sizes="16x16"
href="/zonzai-icon.webp"
href="./zonzai-icon.webp"
/>
<link
rel="icon"
media="(prefers-color-scheme:dark)"
type="image/webp"
sizes="16x16"
href="/zonzai-icon-dark.webp"
href="./zonzai-icon-dark.webp"
/>
</head>

Expand Down

0 comments on commit e8c3f5f

Please sign in to comment.