gatbsy-plugin-marksale
v1.0.5
Published
Gatsby plugin to add marksale onto a site
Downloads
1
Readme
gatsby-plugin-marksale
Easily add MARKSALE® to your Gatsby site.
Install
npm i gatsby-plugin-marksale
How to use
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-marksale`,
options: {
clientAlias: 'YOUR_MARKSALE_CLIENT_ALIAS',
// Include in development.
includeInDevelopment: false
}
}
];