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