Skip to content

Commit

Permalink
fix(config): correct path case in Inertia page_paths
Browse files Browse the repository at this point in the history
- Updated `page_paths` config to use lowercase 'pages' directory.
- Ensures consistency with naming conventions and avoids errors.
  • Loading branch information
rdehnhardt committed Feb 25, 2025
1 parent 32e8014 commit 4141381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/inertia.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

'page_paths' => [

resource_path('js/Pages'),
resource_path('js/pages'),

],

Expand Down

0 comments on commit 4141381

Please sign in to comment.