We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f853367 commit b610dbdCopy full SHA for b610dbd
config/inertia.php
@@ -20,11 +20,8 @@
20
*/
21
22
'ssr' => [
23
-
24
'enabled' => true,
25
26
'url' => 'http://127.0.0.1:13714',
27
28
// 'bundle' => base_path('bootstrap/ssr/ssr.mjs'),
29
30
],
@@ -46,28 +43,22 @@
46
43
'ensure_pages_exist' => true,
47
44
48
45
'page_paths' => [
49
50
resource_path('js/pages'),
51
52
53
54
'page_extensions' => [
55
56
'js',
57
'jsx',
58
'svelte',
59
'ts',
60
'tsx',
61
'vue',
62
63
64
65
66
67
'history' => [
68
69
'encrypt' => false,
70
71
72
73
];
0 commit comments