clean code

This commit is contained in:
tangly1024.com
2024-02-02 11:45:40 +08:00
parent 8c28bb0ad5
commit f59bf203e8

View File

@@ -7,13 +7,6 @@ import { isBrowser } from '@/lib/utils'
import { siteConfig } from '@/lib/config'
import { NotionRenderer } from 'react-notion-x'
// Notion渲染
// const NotionRenderer = dynamic(() => import('react-notion-x').then(async (m) => {
// return m.NotionRenderer
// }), {
// ssr: false
// })
const Code = dynamic(() =>
import('react-notion-x/build/third-party/code').then(async (m) => {
return m.Code