chore: added comments for routing redirects

This commit is contained in:
Piyush Gupta
2025-11-21 19:32:11 +05:30
parent 7b00ab1d99
commit ee89b93790

View File

@@ -390,6 +390,8 @@ const organizationRoutes = route("/organizations/$orgId", [
)
]),
route("/networking", "organization/NetworkingPage/route.tsx"),
// Added these dummy routes to avoid errors when navigating from the organization-redirect and project-redirect
route("/projects/$", ""),
route("/$", "")
]);