This commit is contained in:
tangly1024.com
2023-02-03 15:53:06 +08:00
parent b262dface5
commit a876ab3dc8
2 changed files with 0 additions and 2 deletions

View File

@@ -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
} }

View File

@@ -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">