diff --git a/meta/config.php b/meta/config.php index d231413..04bb935 100644 --- a/meta/config.php +++ b/meta/config.php @@ -3,7 +3,7 @@ return [ 'picea' => [ 'asset' => [ - 'path' => getenv('ASSET_PATH') ?: 'static/', + 'path' => getenv('STATIC_PATH') ?: 'static/', 'symlink' => [ 'destination' => getenv("PUBLIC_PATH") . DIRECTORY_SEPARATOR . "static" ]