mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
索引微调
This commit is contained in:
@@ -37,7 +37,8 @@ export async function getStaticProps({ params: { keyword } }) {
|
||||
props.posts = await filterByMemCache(props.allPosts, keyword)
|
||||
props.keyword = keyword
|
||||
return {
|
||||
props
|
||||
props,
|
||||
revalidate: 1
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user