mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 15:10:37 +00:00
fix/page-search-example
This commit is contained in:
@@ -49,7 +49,7 @@ const Search = props => {
|
||||
type: 'website'
|
||||
}
|
||||
|
||||
props = { ...props, meta, posts: { filteredPosts } }
|
||||
props = { ...props, meta, posts: filteredPosts }
|
||||
|
||||
return <Suspense fallback={<Loading />}>
|
||||
<Layout {...props} />
|
||||
|
||||
Reference in New Issue
Block a user