gatsby-plugin-remote-images
gatsby-plugin-remote-images copied to clipboard
Pass `silent` parameter to createImageNode function
The plugin is reporting errors even though the option silent: true
is set in gatsby-node.{ts,js}
This change includes the silent
parameter from the plugin's configuration when calling the createImageNode
function.