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'
];
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'
];