File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 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
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
5752
5853 ],
5954
60- 'history ' => [
61- 'encrypt ' => false ,
62- ],
63-
6455];
You can’t perform that action at this time.
0 commit comments