9 lines
166 B
TOML
9 lines
166 B
TOML
[[plugins]]
|
|
package = "netlify-plugin-cache"
|
|
|
|
[plugins.inputs]
|
|
paths = [ ".cache", "dist/assets/images" ]
|
|
|
|
[build]
|
|
publish = "dist"
|
|
command = "npm run build"
|