Mike  (grind edition 💪)
Mike (grind edition 💪)
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Mike (grind edition 💪) on 4/15/2024 in #questions
Nextjs parallel routing questions
I have this routing setup right,
{
(main) {
about {}
contact {}
(illustrations) {
@admin {page.tsx}
@user {page.tsx}
illustartions {
[id] {
{page.tsx}
}
}
}
}
}
{
(main) {
about {}
contact {}
(illustrations) {
@admin {page.tsx}
@user {page.tsx}
illustartions {
[id] {
{page.tsx}
}
}
}
}
}
Where do I put the layout.tsx for the illustrations group?
13 replies