bugfix: 测试gittalk

This commit is contained in:
tangly1024
2022-01-12 17:45:28 +08:00
parent 90d3d65ee0
commit 111b71a13f
3 changed files with 5 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ import BLOG from '@/blog.config'
import dynamic from 'next/dynamic'
import { useRouter } from 'next/router'
import { useGlobal } from '@/lib/global'
import 'gitalk/dist/gitalk.css'
const GitalkComponent = dynamic(
() => {