搜索、缓存 、页面

This commit is contained in:
tangly1024
2022-04-13 13:42:09 +08:00
parent f1a29575bd
commit 52e707ced3
5 changed files with 13 additions and 11 deletions

View File

@@ -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({