gatsby-plugin-wings
v0.1.1
Published
A Gatsby plugin for Wings
Maintainers
Readme
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'),
},
},
},
];
};