- Description:
This key defines the path for the location of statically copied assets.
- Appears in:
- Type:
string- Examples:
In this example, we have configured the static path for the
blogCollection.Copied to clipboardcollections_config: blog: paths: static: /assets/{ "collections_config": { "blog": { "paths": { "static": "/assets/" } } } }