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"
|
||||
|
||||
[plugins.inputs]
|
||||
paths = [ ".cache" ]
|
||||
paths = [ ".cache", "dist/assets/images" ]
|
||||
|
||||
[build]
|
||||
publish = "dist"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue