Skip to content

Commit

Permalink
chore(docs): Remove content from sourcing guide (#36562)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Sep 8, 2022
1 parent 8b59183 commit a373d80
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -169,7 +169,6 @@ exports.sourceNodes = async ({
children: [],
internal: {
type: POST_NODE_TYPE,
content: JSON.stringify(post),
contentDigest: createContentDigest(post),
},
})
Expand Down Expand Up @@ -421,7 +420,6 @@ exports.sourceNodes = async ({
children: [],
internal: {
type: POST_NODE_TYPE,
content: JSON.stringify(post),
contentDigest: createContentDigest(post),
},
})
Expand All @@ -435,7 +433,6 @@ exports.sourceNodes = async ({
children: [],
internal: {
type: AUTHOR_NODE_TYPE,
content: JSON.stringify(author),
contentDigest: createContentDigest(author),
},
})
Expand Down

0 comments on commit a373d80

Please sign in to comment.