gatsby-plugin-seline
v1.0.6
Published
Gatsby plugin to add Seline to a Gatsby site
Maintainers
Readme
gatsby-plugin-seline
Easily add Seline to your Gatsby site.
Install
npm install --save gatsby-plugin-seline
How to use
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-seline`,
options: {
dataToken: "your token"
},
},
]