Skip to content

Instantly share code, notes, and snippets.

@stefanoverna
Created June 8, 2018 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanoverna/241e5d5a1d9e1d219d006bb0efe145aa to your computer and use it in GitHub Desktop.
Save stefanoverna/241e5d5a1d9e1d219d006bb0efe145aa to your computer and use it in GitHub Desktop.
module.exports = {
siteMetadata: {
siteName: 'My Shop',
},
plugins: [
// ...
{
resolve: 'gatsby-plugin-snipcart',
options: {
apiKey: 'YOUR-SNIPCART-API-TOKEN',
autopop: true
}
},
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment