Recent searches

in

base_url

On this page

This key defines which base URL (or subpath) CloudCannon should use when matching output URLs for your Site.

The base URL will prefix the output URL of each file.

Type

string

Examples

In this example, we have configured the base URL to /documentation/ so all output URLs will be prefixed with this path.

Copied to clipboard
base_url: /documentation/
{
  "base_url": "/documentation/"
}
Open in a new tab