☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

static

Table of contents

Description:

This key defines the path for the location of statically copied assets.

Appears in:
└── paths
    └── static
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/"
      }
    }
  }
}
Open in a new tab