File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Netlify 11ty Build Plugin
2
2
3
- A build plugin to make building with Eleventy and Netlify a joy!
3
+ A plugin to make building with Eleventy and Netlify a joy!
4
4
5
5
### Speed up your builds ⚡
6
6
- Caches images generated by [ @11ty/eleventy-img ] ( https://github.com/11ty/eleventy-img ) across builds
@@ -15,9 +15,9 @@ Install plugin via npm as dependency:
15
15
please use [ this fork] ( https://github.com/zeroby0/eleventy-img/tree/cache ) instead of ` @11ty/eleventy-img ` .
16
16
17
17
``` bash
18
- npm uninstall @11ty/eleventy-img
19
- npm install zeroby0/eleventy-img#cache
20
- npm install zeroby0/ netlify-plugin-11ty
18
+ npm r @11ty/eleventy-img
19
+ npm i @ zeroby0/eleventy-img
20
+ npm i netlify-plugin-11ty
21
21
```
22
22
23
23
And add the plugin to your ` netlify.toml ` file
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " netlify-plugin-11ty" ,
3
- "version" : " 0.0.1 " ,
4
- "description" : " Netlify Build plugin - A build plugin to integrate Eleventy seamlessly with Netlify" ,
3
+ "version" : " 0.0.2 " ,
4
+ "description" : " A plugin to make building with Eleventy and Netlify a joy! " ,
5
5
"publishConfig" : {
6
6
"access" : " public"
7
7
},
You can’t perform that action at this time.
0 commit comments