diff --git a/.ai/inertia-laravel/core.blade.php b/.ai/inertia-laravel/core.blade.php index be7eae0d..e7d81251 100644 --- a/.ai/inertia-laravel/core.blade.php +++ b/.ai/inertia-laravel/core.blade.php @@ -1,6 +1,6 @@ ## Inertia Core -- Inertia.js components should be placed in the `resources/js/Pages` directory unless specified differently in the JS bundler (vite.config.js). +- Inertia.js components should be placed in the `resources/js/pages` directory unless specified differently in the JS bundler (vite.config.js). - Use `Inertia::render()` for server-side routing instead of traditional Blade views. - Use `search-docs` for accurate guidance on all things Inertia.