Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-wings

Install

npm install gatsby-plugin-wings

Usage

In your gatsby-config.js:

module.exports = {
  plugins: [
    {
      resolve: 'gatsby-plugin-wings',
      options: {
        appSecret: process.env.WINGS_APP_SECRET,
        components: {
          article: path.resolve('./src/components/Article.js'),
        },
      },
    },
  ];
};
© 2023 Gatsby, Inc.