#Shared Layouts with SolidStart
2 messages · Page 1 of 1 (latest)
I think you are looking for route groups
I believe it goes something like this:
|-routes/
|-dashboard
| |-index.tsx
|
|-(main).tsx // layout for `/` and `/pricing`
|-(main)
|-index.tsx // `/`
|-pricing
|-index.tsx // `/pricing`