Pull specified filetypes from remote system, downloads them into the static folder and moves them into a public folder for access on in the application.
npm install gatsby-plugin-cdn-filesDownload files from any string on a node so that they can be loaded with the static site. This solution was put in place for static sites that are meant to be loaded by a CDN to avoid having a reliance on two separate data sources.
The source for this is based on the Gatsby Plugin Remote Images plugin.
https://github.com/graysonhicks/gatsby-plugin-remote-images