By default, CloudCannon injects the eleventy-plugin-cloudcannon
package into your site. This keeps the plugin up to date and uses the latest templates to create the build information file.
If this is clashing with your build, you can manage this manually:
- Navigate to Site Settings / Build
- Check the box labelled Manage eleventy-plugin-cloudcannon manually.
- Click Update Configuration
Install and usage instructions are available on the repository page. Make sure to copy the templates from the installed package in order to create the build information file:
Command line
copied
cp -R node_modules/eleventy-plugin-cloudcannon/cloudcannon .
You should periodically check your plugin is up to date for bug fixes and new features.