diff --git a/config/livewire.php b/config/livewire.php index 59f8d5c4ddc7..5be8cc56356d 100644 --- a/config/livewire.php +++ b/config/livewire.php @@ -54,7 +54,7 @@ return [ | */ - 'asset_url' => null, + 'asset_url' => env('ASSET_URL', null), /* |--------------------------------------------------------------------------