Skip to content

Commit 619274b

Browse files
committed
Update index.md
1 parent 875b329 commit 619274b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
let link = top.document.createElement("link");
77
link.type = "image/x-icon";
88
link.rel = "shortcut icon";
9-
link.href = "/favicon.ico";
9+
link.href = "https://cufyorg.github.io/favicon.ico";
1010
top.document.getElementsByTagName("head")[0].appendChild(link);
1111
};
1212
</script>

0 commit comments

Comments
 (0)