Merge pull request #2369 from SukkaW/replace-staticfile-cdn-domain

替换 Twikoo 默认 CDN 地址
This commit is contained in:
tangly1024
2024-05-06 09:37:08 +08:00
committed by GitHub

View File

@@ -347,7 +347,7 @@ const BLOG = {
process.env.NEXT_PUBLIC_COMMENT_TWIKOO_COUNT_ENABLE || false, // 博客列表是否显示评论数
COMMENT_TWIKOO_CDN_URL:
process.env.NEXT_PUBLIC_COMMENT_TWIKOO_CDN_URL ||
'https://cdn.staticfile.org/twikoo/1.6.17/twikoo.min.js', // twikoo客户端cdn
'https://cdn.staticfile.net/twikoo/1.6.17/twikoo.min.js', // twikoo客户端cdn
// utterance
COMMENT_UTTERRANCES_REPO: