Skip to content

Commit 2e9355a

Browse files
author
Sergei Orlov
committed
✨ Add json field for raw Notion data in one string
1 parent 5520a1b commit 2e9355a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gatsby-node.js

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ exports.sourceNodes = async (
3939
updatedAt: page.last_edited_time,
4040
markdownString: markdown,
4141
raw: page,
42+
json: JSON.stringify(page),
4243
parent: null,
4344
children: [],
4445
internal: {

0 commit comments

Comments
 (0)