Update Kirby to 3.7.4
This commit is contained in:
2
kirby/src/Filesystem/Asset.php
Executable file → Normal file
2
kirby/src/Filesystem/Asset.php
Executable file → Normal file
@@ -38,7 +38,7 @@ class Asset
|
||||
$this->setProperties([
|
||||
'path' => dirname($path),
|
||||
'root' => $this->kirby()->root('index') . '/' . $path,
|
||||
'url' => $this->kirby()->url('index') . '/' . $path
|
||||
'url' => $this->kirby()->url('base') . '/' . $path
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user