Update Body.tsx

This commit is contained in:
enneaa 2025-03-27 11:14:56 +08:00 committed by GitHub
parent e0a374aeff
commit 22f752d6ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,6 @@ const Body: QuartzComponent = ({ children }: QuartzComponentProps) => {
twikoo.init({
envId: 'https://enneatwikoo.netlify.app/.netlify/functions/twikoo', // 腾讯云环境填 envIdVercel 环境填地址https://xxx.vercel.app
el: '#tcomment', // 容器元素
// path: location.pathname, // 用于区分不同文章的自定义 js 路径,如果您的文章路径不是 location.pathname需传此参数
})
</script>
</div>