Hugo | 添加cusdis评论
在?看看代码。
主要参考资料轻量级开源免费博客评论系统解决方案 (Cusdis + Railway)
因为我hugo是用cloudflare pages部署的,嗯出现了一些神秘的问题……就是加载cusdis的js时浏览器提示cors跨域异常【
参考了这个做法CloudFlare 解决 CORS 跨域问题,用workers解决了。
然后cusdis的字体样式为什么改不了!!
<style>
#cusdis_thread {
font-family: 'Noto Serif SC' !important;
}
.mb-2 block dark:text-gray-200 {
font-family: 'Noto Serif SC' !important;
}
</style>