If images needed, add as first line into ./gatsby-config.jsplugin array:
// TODO Currently not needed as no images here
{
// keep as first gatsby-source-filesystem plugin for gatsby image support
resolve: 'gatsby-source-filesystem',
options: {
path: `${__dirname}/static/img`,
name: 'uploads'
}
},
TODO
If images needed, add as first line into
./gatsby-config.js
plugin
array: