We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
content
1 parent 8b59183 commit a373d80Copy full SHA for a373d80
docs/docs/how-to/plugins-and-themes/creating-a-source-plugin.md
@@ -169,7 +169,6 @@ exports.sourceNodes = async ({
169
children: [],
170
internal: {
171
type: POST_NODE_TYPE,
172
- content: JSON.stringify(post),
173
contentDigest: createContentDigest(post),
174
},
175
})
@@ -421,7 +420,6 @@ exports.sourceNodes = async ({
421
420
422
423
424
425
426
427
@@ -435,7 +433,6 @@ exports.sourceNodes = async ({
435
433
436
434
437
type: AUTHOR_NODE_TYPE,
438
- content: JSON.stringify(author),
439
contentDigest: createContentDigest(author),
440
441
0 commit comments