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

source

Table of contents

Description:

This key defines the base path for your source files, relative to the root folder of your repository.

Unless you use a nested folder as the source for your Site you can leave this key empty or set it to /.

For more information, please read our documentation on the Site source folder in your configuration file.

Type:
string
Examples:

In this example, we have configured the source path to src so CloudCannon will look for source files in the src folder.

Copied to clipboard
source: src
{
  "source": "src"
}
Open in a new tab