Skip to content

Commit

Permalink
Update routing.mdx (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vithop committed Jun 3, 2024
1 parent 83193de commit 550bd41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ In SolidStart, route groups are defined by using parenthesis (`()`) surrounding
## Additional route config

SolidStart offers a way to add additional route configuration outside of the file system.
Since SolidStart supports the use of other routers, you can use the `route` export to provided by `<FileRoutes />` to define the route configuration for the router of your choice.
Since SolidStart supports the use of other routers, you can use the `route` export provided by `<FileRoutes />` to define the route configuration for the router of your choice.

```jsx {3-7}
import type { RouteSectionProps, RouteDefinition } from "@solidjs/router";
Expand Down

0 comments on commit 550bd41

Please sign in to comment.