mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-06 23:16:52 +00:00
伪静态&刷新缓存时间
This commit is contained in:
@@ -38,7 +38,7 @@ export async function getStaticProps({ params: { tag, page } }) {
|
||||
delete props.allPages
|
||||
return {
|
||||
props,
|
||||
revalidate: 1
|
||||
revalidate: BLOG.NEXT_REVALIDATE_SECOND
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user