mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-19 15:09:36 +00:00
优化重试请求逻辑
This commit is contained in:
@@ -29,7 +29,7 @@ const Slug = props => {
|
||||
})
|
||||
}
|
||||
}
|
||||
}, 5000)
|
||||
}, 10000)
|
||||
const meta = { title: `${props?.siteInfo?.title || BLOG.TITLE} | loading` }
|
||||
return <ThemeComponents.LayoutSlug {...props} showArticleInfo={true} meta={meta} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user