sets ASSET_URL to use / as the default value (#6089)

This commit is contained in:
Tim MacDonald 2023-02-07 02:07:12 +11:00 committed by GitHub
parent e0a5b0efba
commit 5eb99fcae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
'url' => env('APP_URL', 'http://localhost'),
'asset_url' => env('ASSET_URL'),
'asset_url' => env('ASSET_URL', '/'),
/*
|--------------------------------------------------------------------------