9f21634c6f8ecca68b2f1b824f777d027b9c7297
The [...flights]/page.tsx catch-all generated an incorrect route pattern (schedule/:/flights) instead of a React Router splat (schedule/*). Modern.js convention for catch-all routes is $.tsx at the directory level, not [...param]/page.tsx. Moved to $.tsx and updated param access to use the "*" splat key. Fixes: /ru/schedule/SU0012-20220527 and multi-leg URLs now resolve.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%