diff --git a/config/livewire.php b/config/livewire.php index 48f5d9e278..347402f9d2 100644 --- a/config/livewire.php +++ b/config/livewire.php @@ -54,7 +54,7 @@ return [ | */ - 'asset_url' => env('APP_URL').'/vendor/livewire', + 'asset_url' => env('APP_URL'), /* |--------------------------------------------------------------------------