Skip to content

Commit dfd5bea

Browse files
committed
Fix favicon path
1 parent a34dbb1 commit dfd5bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<link rel="apple-touch-icon" href="icons/Icon-192.png" />
2828

2929
<!-- Favicon -->
30-
<link rel="icon" type="image/png" href="/favicon.png" />
30+
<link rel="icon" type="image/png" href="favicon.png" />
3131

3232
<title>Dart AST Node Viewer</title>
3333
<link rel="manifest" href="manifest.json" />

0 commit comments

Comments
 (0)