Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

CROmetrics/gatsby-plugin-convert-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-plugin-convert-js

A Gatsby plugin to add an Convert JS Snippet to your site.

Install

$ npm install --save @crometrics/gatsby-plugin-convert-js

How to use

Setup

In your gatsby-config.js file:

plugins: [
  {
    resolve: `@crometrics/gatsby-plugin-convert-js`,
    options: {
      // This is the number that appears in the snippet.
      convertId: '123456789-123456789',
    }
  }
];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published