fix: update tasks route under website route rules
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index f9ddb12..4f42cca 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -175,6 +175,7 @@
 		},
 	},
 	{"from_route": "/project", "to_route": "Project"},
+	{"from_route": "/tasks", "to_route": "Task"},
 ]
 
 standard_portal_menu_items = [