diff --git a/src/create-remote-file-node.js b/src/create-remote-file-node.js index 9f88fa19d1974..330da31e12c55 100644 --- a/src/create-remote-file-node.js +++ b/src/create-remote-file-node.js @@ -253,6 +253,7 @@ async function processRemoteNode({ // Create the file node. const fileNode = await createFileNode(filename, createNodeId, {}) fileNode.internal.description = `File "${url}"` + fileNode.url = url fileNode.parent = parentNodeId // Override the default plugin as gatsby-source-filesystem needs to // be the owner of File nodes or there'll be conflicts if any other