Skip to content

Commit 9f4421f

Browse files
authored
fix: update favicon path to use relative path (#7)
1 parent 33722c4 commit 9f4421f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link
66
rel="icon"
77
type="image/svg+xml"
8-
href="/dex-frontend/favicon.svg"
8+
href="./favicon.svg"
99
/>
1010
<meta
1111
name="viewport"

0 commit comments

Comments
 (0)