mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 15:10:19 +00:00
feat: add title icon configuration
This commit is contained in:
@@ -35,7 +35,7 @@ export const BlogItem = props => {
|
||||
<Link
|
||||
href={url}
|
||||
className="blog-item-title font-bold text-black text-2xl menu-link">
|
||||
<NotionIcon icon={post.pageIcon} />{post.title}
|
||||
{siteConfig('POST_TITLE_ICON') && <NotionIcon icon={post.pageIcon} />}{post.title}
|
||||
</Link>
|
||||
</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user