How to differentiate `/blog/$page` from `/blog/$slug` (where page is numeric)
In SvelteKit, I use a param matcher. If it matches, it loads. If not, it falls back to another less specific route. If none, it 404's.
Is similar possible in TS Start? I don't see it documented in TSS or TSR, where only the type or pattern of the param differs.
I'm using a mix of file & flat routes.

2 Replies
unwilling-turquoise•6mo ago
no we don't have that
wise-whiteOP•6mo ago
Ok bummer