Skip to content

Commit 4772fff

Browse files
committed
2 parents 99cc179 + 9b9410f commit 4772fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
var script = document.createElement('script')
34-
script.src = "https://codefund.app/properties/" + codefundId + "/funder.js?template=docsify"
34+
script.src = "https://codefund.io/properties/" + codefundId + "/funder.js?template=docsify"
3535
script.async = "async"
3636
document.body.appendChild(script)
3737
window.DocsifyCodefund.scriptEl = script

0 commit comments

Comments
 (0)