Clening up
All checks were successful
Push image to registry / build-image (push) Successful in 3m55s

This commit is contained in:
2025-02-08 11:26:10 +01:00
parent 1c3c4b1257
commit 8cb0e2f88a
2 changed files with 1 additions and 6 deletions

View File

@ -24,7 +24,7 @@ class AppServiceProvider extends ServiceProvider
{
Vite::prefetch(concurrency: 3);
if (str_starts_with(env('APP_URL'), "https://")) {
if (str_starts_with(config('app.url'), "https://")) {
$url->forceScheme('https');
}
}