You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(router): replace legacy redirects with NotFoundPage to prevent redirect loop
The `:specId/:library` catch-all route was matching `/python/scatter-basic`
(specId=python, library=scatter-basic) instead of the `python` route group,
causing an infinite `/python/python/python/...` redirect loop.
Replace all legacy redirect routes with a simple `*` catch-all that renders
NotFoundPage. The site is young enough that old URLs don't need preservation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments