This commit is contained in:
2021-04-13 23:04:03 -04:00
parent 446834c100
commit b86e69b60e
2 changed files with 118 additions and 2 deletions

View File

@ -32,7 +32,7 @@ return [
return (object) $arr;
}),
'urls' => function(Container $c) {
$arr = ['base' => ($c->has('base_url')) ? $c->get('base_url') : ''];
$arr = ['base' => ($c->has('base_url')) ? $c->get('base_url') : '/'];
$arr['assets'] = implode('/', [
$arr['base'],
'assets'