chore(config): disable inertia ssr

This commit is contained in:
peaklabs-dev 2026-03-10 15:18:22 +01:00
parent 9415fe5bdb
commit d743dae3d6
No known key found for this signature in database

View file

@ -21,7 +21,7 @@ return [
*/
'ssr' => [
'enabled' => (bool) env('INERTIA_SSR_ENABLED', true),
'enabled' => (bool) env('INERTIA_SSR_ENABLED', false),
'url' => env('INERTIA_SSR_URL', 'http://127.0.0.1:13714'),