Skip to content

Commit

Permalink
Fix favicon path
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem committed Nov 29, 2024
1 parent 24e704c commit 763f9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="./favicon.ico" />

<title>zsv playground v__VERSION__</title>

Expand Down

0 comments on commit 763f9f6

Please sign in to comment.