We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875b329 commit 619274bCopy full SHA for 619274b
1 file changed
index.md
@@ -6,7 +6,7 @@
6
let link = top.document.createElement("link");
7
link.type = "image/x-icon";
8
link.rel = "shortcut icon";
9
- link.href = "/favicon.ico";
+ link.href = "https://cufyorg.github.io/favicon.ico";
10
top.document.getElementsByTagName("head")[0].appendChild(link);
11
};
12
</script>
0 commit comments