Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 768 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 768 Bytes

gatsby-source-yotpo-next

Gatsby source plugin for pulling in Yotpo reviews (with photos)

How to install

npm install gatsby-source-yotpo-next

or

yarn add gatsby-source-yotpo-next

How to use

module.exports = {
  plugins: [
    {
      resolve: 'gatsby-source-yotpo-next',
      options: {
        appKey: 'YOTPO_APP_KEY',
        appSecret: 'YOTPO_SECRET_KEY',
      },
    }
  ]
}

Questions, Feedback and Suggestions

If you have any questions, feedback or suggestions head on over to discussions.

Found a bug?

If you find a bug please open an issue and/or create a pull request to fix it.