mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
Merge pull request #223 from jorgeruvalcaba/fix/page-social-homepage
This commit is contained in:
@@ -131,8 +131,8 @@ export const NotionPage: React.FC<types.PageProps> = ({
|
||||
|
||||
const socialDescription =
|
||||
getPageDescription(block, recordMap) ?? config.description
|
||||
|
||||
let pageAside: React.ReactChild = null
|
||||
|
||||
let pageAside: React.ReactNode = null
|
||||
|
||||
// only display comments and page actions on blog post pages
|
||||
if (isBlogPost) {
|
||||
|
||||
Reference in New Issue
Block a user