diff --git a/index.js b/index.js index f11bb78..33c7d9f 100644 --- a/index.js +++ b/index.js @@ -31,7 +31,7 @@ } var script = document.createElement('script') - script.src = "https://codefund.app/properties/" + codefundId + "/funder.js?template=docsify" + script.src = "https://codefund.io/properties/" + codefundId + "/funder.js?template=docsify" script.async = "async" document.body.appendChild(script) window.DocsifyCodefund.scriptEl = script