Skip to content

Commit b610dbd

Browse files
authored
Update inertia.php
1 parent f853367 commit b610dbd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

config/inertia.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@
2020
*/
2121

2222
'ssr' => [
23-
2423
'enabled' => true,
25-
2624
'url' => 'http://127.0.0.1:13714',
27-
2825
// 'bundle' => base_path('bootstrap/ssr/ssr.mjs'),
2926

3027
],
@@ -46,28 +43,22 @@
4643
'ensure_pages_exist' => true,
4744

4845
'page_paths' => [
49-
5046
resource_path('js/pages'),
51-
5247
],
5348

5449
'page_extensions' => [
55-
5650
'js',
5751
'jsx',
5852
'svelte',
5953
'ts',
6054
'tsx',
6155
'vue',
62-
6356
],
6457

6558
],
6659

6760
'history' => [
68-
6961
'encrypt' => false,
70-
7162
],
7263

7364
];

0 commit comments

Comments
 (0)