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.
2 parents a15d985 + ce64b71 commit 733a1f5Copy full SHA for 733a1f5
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