fix: 注释掉被墙的 Typekit 脚本以避免加载错误
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m32s
/ depcheck (push) Successful in 1m26s
/ playwright (push) Successful in 1m57s

This commit is contained in:
严浩
2024-12-20 14:16:47 +08:00
parent 487b6bd315
commit a8ce2f39e2

View File

@ -52,7 +52,8 @@
<script src="https://fastly.jsdelivr.net/npm/@vant/touch-emulator/dist/index.min.js"></script>
<link rel="stylesheet" href="https://testingcf.jsdelivr.net/npm/nprogress/nprogress.css" />
</body>
<script>
<!-- TODO: use.typekit.net被墙 -->
<!-- <script>
(function (d) {
var config = {
kitId: 'whk2tto',
@ -81,5 +82,5 @@
};
s.parentNode.insertBefore(tk, s);
})(document);
</script>
</script> -->
</html>