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 blog Collection.
Copied to clipboard
collections_config:
blog:
paths:
static: /assets/{
"collections_config": {
"blog": {
"paths": {
"static": "/assets/"
}
}
}
}