Set a dedicated blade landing view

This commit is contained in:
Bubka
2023-09-20 16:17:56 +02:00
parent aa32575d22
commit 11d9da51d4
2 changed files with 38 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class SinglePageController extends Controller
// if (Auth::user()->preferences)
return view('landing')->with([
return view('landing_v3')->with([
'appSettings' => $settings,
'appConfig' => collect([
'proxyAuth' => $proxyAuth,