- WIP on asset

This commit is contained in:
Dave M. 2023-10-17 21:56:42 -04:00
parent ba8e846905
commit 6f552f4702
1 changed files with 4 additions and 6 deletions

View File

@ -4,12 +4,10 @@ return [
'assets.undraw' => [
'picea' => [
'asset' => [
'source' => [
[
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
'order' => 10
]
],
[
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
'order' => 10
]
]
],
],