From c432ee2693da76fcd2703fbee81c95b0cd273f47 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 30 Jan 2022 19:33:39 +1100 Subject: [PATCH] Fixes for livewire assets path --- config/livewire.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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), /* |--------------------------------------------------------------------------