Skip to content

Commit 585fae1

Browse files
committed
fix: change twikoo api address for compatibility in China
1 parent e8e34e7 commit 585fae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Comment.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import router from "@/router";
55
66
import "@/assets/css/twikoo.css";
77
8-
const URL = "https://cdn.jsdelivr.net/npm/twikoo@1.6.39/dist/twikoo.nocss.js";
8+
const URL = "https://registry.npmmirror.com/twikoo/1.6.41/files/dist/twikoo.all.min.js";
99
const ENV_ID = "https://twikoo-blog.xecades.xyz/";
1010
1111
const { load, unload } = useScriptTag(

0 commit comments

Comments
 (0)