Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby Source Imgur Gallery Albums

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: [],
}

Contributing

If branch is approved we can npm publish from master using Build dist package with npm run-script build then use npm publish dist

© 2023 Gatsby, Inc.