diff --git a/plugins/gatsby-source-snooty-prod/gatsby-node.js b/plugins/gatsby-source-snooty-prod/gatsby-node.js index 974b2ec6e..f5848ec28 100644 --- a/plugins/gatsby-source-snooty-prod/gatsby-node.js +++ b/plugins/gatsby-source-snooty-prod/gatsby-node.js @@ -192,6 +192,8 @@ exports.sourceNodes = async ({ actions, createContentDigest, createNodeId }) => if (siteMetadata.project === 'cloud-docs' && hasOpenAPIChangelog) await createOpenAPIChangelogNode({ createNode, createNodeId, createContentDigest, siteMetadata, db }); + console.log('assets! ', assets); + console.log('assets size ', assets.size); await saveAssetFiles(assets, db); if (!siteMetadata.manifestPath) { console.error('Getting metadata from realm without filters');