Community Plugin
View plugin on GitHubgatsby-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"
},
},
]