0.0.3 • Published 6 years ago
gatsby-plugin-lead-feeder v0.0.3
Lead Feeder Plugin
Install
With npm
npm install gatsby-plugin-lead-feeder`With yarn
yarn add gatsby-plugin-lead-feeder`Then in your gatsby-config.js:
plugins: [`gatsby-transformer-sharp`, `gatsby-plugin-sharp`]How to use
Add an entry for the plugin in gatsby-image:
module.exports = {
plugins: [
{
resolve: `gatsby-plugin-lead-feeder`,
options: {
key: "YOU_LEAD_FEEDER_KEY",
},
},
],
}Caveats
The plugins only works when Gatsby build.
To test the plugin:
yarn build && yarn serve