uilibrary / matx-react

Matx -Free and open-source React Material UI Admin Dashboard Template
https://ui-lib.com/downloads/matx-react-dashboard
MIT License
925 stars 389 forks source link

the default route is "/home" #49

Open kartos-1993 opened 1 year ago

kartos-1993 commented 1 year ago

When the app is started at localhost:3000 it defaults to this route localhost:3000/home which return a 404 not found error. According to the route configuration in src/app/routes.jsx { path: '/', element: <Navigate to="dashboard/default" /> }, it should render localhost:3000/dashboard/default. I cannot figure out where is http://localhost:3000/home route coming from.