Skip to content

Commit 2182c3a

Browse files
committed
formatting
1 parent b610dbd commit 2182c3a

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

config/inertia.php

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@
88
|--------------------------------------------------------------------------
99
|
1010
| These options configures if and how Inertia uses Server Side Rendering
11-
| to pre-render the initial visits made to your application's pages.
11+
| to pre-render each initial request made to your application's pages
12+
| so that server rendered HTML is delivered for the user's browser.
1213
|
13-
| You can specify a custom SSR bundle path, or omit it to let Inertia
14-
| try and automatically detect it for you.
15-
|
16-
| Do note that enabling these options will NOT automatically make SSR work,
17-
| as a separate rendering service needs to be available. To learn more,
18-
| please visit https://inertiajs.com/server-side-rendering
14+
| See: https://inertiajs.com/server-side-rendering
1915
|
2016
*/
2117

@@ -33,8 +29,7 @@
3329
|
3430
| The values described here are used to locate Inertia components on the
3531
| filesystem. For instance, when using `assertInertia`, the assertion
36-
| attempts to locate the component as a file relative to any of the
37-
| paths AND with any of the extensions specified here.
32+
| attempts to locate the component as a file relative to the paths.
3833
|
3934
*/
4035

@@ -57,8 +52,4 @@
5752

5853
],
5954

60-
'history' => [
61-
'encrypt' => false,
62-
],
63-
6455
];

0 commit comments

Comments
 (0)