Skip to content

Routes with multiple params #896

Closed Answered by alexdmejias
alexdmejias asked this question in Q&A
Discussion options

You must be logged in to vote

for those watching at home. I solved the issue with

├── (app)
│   ├── _layout.tsx
│   ├── vehicles
│   │   └── [vehicle]
│   │       ├── makes
│   │       │   └── [make].tsx
│   │       └── index.tsx

I can now go to
http://localhost:8081/vehicles/someid
and http://localhost:8081/vehicles/someid/makes/someid

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexdmejias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant