We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99cc179 + 9b9410f commit 4772fffCopy full SHA for 4772fff
index.js
@@ -31,7 +31,7 @@
31
}
32
33
var script = document.createElement('script')
34
- script.src = "https://codefund.app/properties/" + codefundId + "/funder.js?template=docsify"
+ script.src = "https://codefund.io/properties/" + codefundId + "/funder.js?template=docsify"
35
script.async = "async"
36
document.body.appendChild(script)
37
window.DocsifyCodefund.scriptEl = script
0 commit comments