From 8627ffcce18155d087b8cbe63677fb11726c0446 Mon Sep 17 00:00:00 2001 From: "cinwell.li" Date: Wed, 5 Jun 2019 08:51:14 +0800 Subject: [PATCH] fix domain --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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