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