From cba35d97dec64b3bd68df8c76ee311d5bf8aea4f Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Wed, 1 Jul 2026 12:59:01 -0400 Subject: [PATCH] - Added STATIC_PATH as default static env var --- meta/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]