Skip to content

Commit 5eb99fc

Browse files
authored
sets ASSET_URL to use / as the default value (laravel#6089)
1 parent e0a5b0e commit 5eb99fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
'url' => env('APP_URL', 'http://localhost'),
5858

59-
'asset_url' => env('ASSET_URL'),
59+
'asset_url' => env('ASSET_URL', '/'),
6060

6161
/*
6262
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)