We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2978b5 commit ce64b71Copy full SHA for ce64b71
src/routes/solid-start/building-your-application/routing.mdx
@@ -138,7 +138,7 @@ This will allow you to create a new route that is not nested under the previous
138
|-- routes/ // example.com
139
|-- users/
140
|-- index.tsx // example.com/users
141
- |-- projects.tsx // example.com/projects
+ |-- projects.tsx // example.com/users/projects
142
|-- users(details)/
143
|-- [id].tsx // example.com/users/1
144
```
0 commit comments