- Fixed configs paths
This commit is contained in:
parent
58bc2211ad
commit
d5337e5c07
|
@ -3,9 +3,9 @@
|
||||||
return [
|
return [
|
||||||
'picea' => [
|
'picea' => [
|
||||||
'asset' => [
|
'asset' => [
|
||||||
'path' => "static",
|
'path' => getenv('ASSET_PATH') ?: 'static/',
|
||||||
'symlink' => [
|
'symlink' => [
|
||||||
'destination' => getenv("PUBLIC_PATH") . "/static"
|
'destination' => getenv("PUBLIC_PATH") . DIRECTORY_SEPARATOR . "static"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue