Skip to content

Kirby 3.5.7.1

url

Set the base URL for the site.

You can set a base URL for the site. When set to false, Kirby auto-detects the correct URL.

return [
  'url' => 'https://mydomain.com'
];