This PR removes the MIME-type filter for files being stored and cached as remote file nodes in Gatsby that was used to store only image files. It also cleans up the ´getAllImages` method that is no longer used.
I also considered renaming the "imageFile" prop, but did not do that for backward compatibility reasons.
This PR removes the MIME-type filter for files being stored and cached as remote file nodes in Gatsby that was used to store only image files. It also cleans up the ´getAllImages` method that is no longer used.
I also considered renaming the "imageFile" prop, but did not do that for backward compatibility reasons.
Fixes #8, fixes ENG-59