Update Kirby to 3.7.4

This commit is contained in:
Lukas Bestle
2022-08-23 21:36:13 +02:00
parent 435b9f4541
commit d89a0a647c
674 changed files with 212 additions and 61 deletions

2
kirby/src/Filesystem/Asset.php Executable file → Normal file
View 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
]);
}