Skip to content

Commit 32cde21

Browse files
committed
fix: favicon path in examples
1 parent 47de404 commit 32cde21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<script>
22
document.title = "One React"
33
</script>
4-
<link rel="icon" type="image/png" href="/favicon.png">
4+
<link rel="icon" type="image/png" href="favicon.png">

0 commit comments

Comments
 (0)