feat: persist generated images between builds
This commit is contained in:
parent
9adfd1e2de
commit
06fc776fc3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
package = "netlify-plugin-cache"
|
package = "netlify-plugin-cache"
|
||||||
|
|
||||||
[plugins.inputs]
|
[plugins.inputs]
|
||||||
paths = [ ".cache" ]
|
paths = [ ".cache", "dist/assets/images" ]
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
publish = "dist"
|
publish = "dist"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue