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.
1 parent c2d620d commit 12ecc25Copy full SHA for 12ecc25
gatsby-node.js
@@ -21,6 +21,7 @@ exports.sourceNodes = async (
21
return {
22
...acc,
23
[key]: {
24
+ id: page.properties[key].id,
25
key,
26
value: page.properties[key][page.properties[key].type],
27
type: page.properties[key].type,
0 commit comments