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 509b1c5 + 8627ffc commit 9b9410fCopy full SHA for 9b9410f
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