Action | Type | Resolved On |
|---|---|---|
| Smart Mapping | Fixing | 2025-12-22 |
When there’s no direct mapping between a currently visit URL to teammate’s, currently it will return page 404.
e.g. visit the project: bearlabs with the level: testing.
However, we’d like to handle such situation more gracefully and map to the closest team area.
src/components/navigation/benben/Sidebar.astro:
src/components/navigation/hygge/Sidebar.astro:
This ensures that visiting unmapped paths (e.g., bearlabs project with testing level) will navigate to the closest available team area instead of resulting in a 404 error.