Optional
caseShould be true
if the path
is case-sensitive. Defaults to false
.
Optional
childrenThe child routes.
The path to the entry point for this route, relative to
config.appDirectory
.
Optional
idThe unique id for this route.
Optional
indexShould be true
if it is an index route. This disallows child routes.
Optional
pathThe path this route uses to match on the URL pathname.
Configuration for an individual route, for use within
routes.ts
. As a convenience, route config entries can be created with the route, index and layout helper functions.