mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-31 23:16:54 +00:00
搜索、缓存 、页面
This commit is contained in:
@@ -38,7 +38,7 @@ const Modal = dynamic(
|
||||
)
|
||||
const NotionPage = ({ post }) => {
|
||||
if (!post || !post.blockMap) {
|
||||
return <>Loading...</>
|
||||
return <>{post?.summary || ''}</>
|
||||
}
|
||||
|
||||
const zoom = typeof window !== 'undefined' && mediumZoom({
|
||||
|
||||
Reference in New Issue
Block a user