mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
log
This commit is contained in:
@@ -35,7 +35,6 @@ export async function getGlobalNotionData({
|
||||
delete notionPageData.collectionQuery
|
||||
delete notionPageData.collectionId
|
||||
delete notionPageData.collectionView
|
||||
console.log(notionPageData)
|
||||
return notionPageData
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@ export const BlogListPage = props => {
|
||||
const showNext = page < totalPage
|
||||
const pagePrefix = router.asPath.replace(/\/page\/[1-9]\d*/, '').replace(/\/$/, '')
|
||||
|
||||
console.log('p', posts)
|
||||
return (
|
||||
<div className="w-full md:pr-12 mb-12">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user