app/pages
This is the page routing root.
Supported route files include:
layout.*page.*error.*loading.*loader.tsaction.tsmiddleware.ts
Supported segment styles include:
- static segments
[param][...catchAll]- route groups such as
(marketing)
Additional routing conventions:
- use
index/for a directory's own route when that directory also contains child route directories foo/middleware.tsapplies to thefoosubtreefoo/index/middleware.tsapplies only to thefooindex route
app/pages owns page paths. If a server/routes pattern overlaps, Vuloom throws instead of splitting ownership.