0.0.3 • Published 4 years ago

gatsby-plugin-lead-feeder v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago