gnezim 9f21634c6f Fix schedule flight details 404: use Modern.js $.tsx splat route convention
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.
2026-04-16 12:11:59 +03:00
2026-04-16 09:03:46 +03:00
S
Description
No description provided
6.7 GiB
Languages
TypeScript 62.7%
HTML 23.6%
SCSS 11%
JavaScript 1.1%
C# 0.9%
Other 0.6%