A Gatsby plugin to insert an Adobe Launch script.
npm install --save @adobe/gatsby-add-launch-script// In gatsby-config.js
plugins: [
{
resolve: `@adobe/gatsby-add-launch-script`,
options: {
includeInDevelopment: true,
scriptUrl: 'https://some-adobe-launch-script.example'
}
}
];Contributions are welcome! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.