Add to gatsby-config.js
the plugin npm i gatsby-source-imgur-gallery-albums
and add to options your client id and album hashes as an array
resolve: "gatsby-source-imgur-gallery-albums"
options: {
clientId: "XXXXXX",
albumHashes: [],
}
If branch is approved we can npm publish from master using
Build dist
package with npm run-script build
then use npm publish dist