Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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
    }
  }
];
© 2023 Gatsby, Inc.