assetsDir
Standalone

Name of the folder that will have its contents appear in the Assets Panel.

Defaults to "assets".

Usage

Declare the name of the folder inside the publicDir that will have its contents appear in the Assets Panel.

.triplex/config.json
{
  "assetsDir": "my-assets"
}
Was this page helpful?