diff --git a/meta/config.php b/meta/config.php index b177b01..d231413 100644 --- a/meta/config.php +++ b/meta/config.php @@ -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" ] ] ],