Set the new landing view for Vue 3

This commit is contained in:
Bubka
2023-12-05 14:41:57 +01:00
parent 110f14e579
commit 4685e23fdb
3 changed files with 4 additions and 43 deletions

View File

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