mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-01 23:16:51 +00:00
feat: 优化css
This commit is contained in:
@@ -14,7 +14,6 @@ export const BlogItem = props => {
|
||||
const showPageCover = siteConfig('SIMPLE_POST_COVER_ENABLE', false, CONFIG)
|
||||
const showPreview =
|
||||
siteConfig('POST_LIST_PREVIEW', false, NOTION_CONFIG) && post.blockMap
|
||||
console.log(post);
|
||||
return (
|
||||
<div
|
||||
key={post.id}
|
||||
|
||||
Reference in New Issue
Block a user