From 5eb99fcae610c3c161e32d4857253763efb410a4 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Tue, 7 Feb 2023 02:07:12 +1100 Subject: [PATCH] sets ASSET_URL to use / as the default value (#6089) --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index ef76a7ed..bca112fb 100644 --- a/config/app.php +++ b/config/app.php @@ -56,7 +56,7 @@ return [ 'url' => env('APP_URL', 'http://localhost'), - 'asset_url' => env('ASSET_URL'), + 'asset_url' => env('ASSET_URL', '/'), /* |--------------------------------------------------------------------------