This section explains how to set the Login page as the default starting page, skipping the landing page, for cases where it is not needed.
Update Route start: full-version\src\routes\index.js
Add default Login route: full-version\src\routes\LoginRoutes.js
Remix has file based routing structure. when path is /login
then navigate to login page behalf on AuthGuard.
full-version\app\layout\index.tsx
We can set <layout>
in full-version\app\routes\login\index.tsx
How to set login as First page instead landing