Skip to content

Commit

Permalink
Update default.js
Browse files Browse the repository at this point in the history
  • Loading branch information
craigary authored Mar 25, 2021
1 parent 3a5486f commit 0e1b24e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions layouts/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import {
NotionRenderer,
Equation,
Code,
Collection
Collection,
CollectionRow
} from 'react-notion-x'
import BLOG from '@/blog.config'
import formatDate from '@/lib/formatDate'
Expand Down Expand Up @@ -78,7 +79,8 @@ const DefaultLayout = ({ children, blockMap, frontMatter }) => {
components={{
equation: Equation,
code: Code,
collection: Collection
collection: Collection,
collectionRow: false
}}
/>
</div>
Expand Down

0 comments on commit 0e1b24e

Please sign in to comment.