Skip to content

Commit b2d4c82

Browse files
committed
docs: update favicon link to use absolute URL for consistency
1 parent a7b88b9 commit b2d4c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="preconnect" href="https://pydoll.tech/" />
3333

3434
<!-- Favicon -->
35-
<link rel="icon" type="image/png" href="/images/favicon.png" />
35+
<link rel="icon" type="image/png" href="https://pydoll.tech/images/favicon.png" />
3636

3737
<!-- Tailwind CSS via CDN -->
3838
<script src="https://cdn.tailwindcss.com"></script>

0 commit comments

Comments
 (0)