0.0.2 • Published 5 years ago

gatsby-plugin-metomic v0.0.2

Weekly downloads
90
License
MIT
Repository
github
Last release
5 years ago

gatsby-plugin-metomic

Easily add metomic cookie consent to your Gatsby site.

Install

npm install --save gatsby-plugin-metomic

OR

yarn add gatsby-plugin-metomic

How to use

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-metomic`,
      options: {
        clientId: "YOUR_METOMIC_CLIENT_ID",
      },
    },
  ],
}
0.0.2

5 years ago

0.0.1

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago