gatsby-plugin-zygote
v1.0.3
Published
A Gatsby plugin for using the [Zygote](https://github.com/escaladesports/zygote-client) ecommerce system.
Downloads
4
Readme
gatsby-plugin-zygote
A Gatsby plugin for using the Zygote ecommerce system.
Install
With npm:
npm install --save gatsby-plugin-zygote
With Yarn:
yarn add gatsby-plugin-zygote
Usage
// In gatsby-config.js
module.exports = {
plugins: [
{
resolve: 'gatsby-plugin-zygote',
options: {
api: 'https://yh5fc30fhh.execute-api.us-east-1.amazonaws.com/production/handler'
},
}
]
}