Fix typo
All checks were successful
Push image to registry / build-image (push) Successful in 4m3s

This commit is contained in:
2025-02-07 15:43:14 +01:00
parent 4a6a36ba33
commit 370f0a3f65

View File

@ -54,7 +54,7 @@ return [
'url' => env('APP_URL', 'http://localhost'),
'asset_irl' => env('ASSET_URL', config('app.url')),
'asset_url' => env('ASSET_URL', config('app.url')),
/*
|--------------------------------------------------------------------------