1.0.3 • Published 6 years ago

gatsby-plugin-zygote v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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'
			},
		}
	]
}
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago