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