mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-01 23:16:51 +00:00
feature:加入最新文章功能
This commit is contained in:
@@ -27,7 +27,7 @@ export async function getStaticProps () {
|
||||
|
||||
const Index = ({ posts, tags, meta }) => {
|
||||
return (
|
||||
<BaseLayout meta={meta} tags={tags}>
|
||||
<BaseLayout meta={meta} tags={tags} posts={posts}>
|
||||
<div className='flex-grow'>
|
||||
<TagsBar tags={tags} />
|
||||
<BlogPostListScroll posts={posts} tags={tags} />
|
||||
|
||||
Reference in New Issue
Block a user