S
SolidJS9mo ago
Coop

Layout Help

How do it so a navbar will show up on / /about /help but not on any [404] pages
4 Replies
Brendonovich
Brendonovich9mo ago
I'd recommend putting those routes inside a group, and adding a layout to that group that contains the navbar
[...404].tsx
(navbar).tsx
(navbar)/
index.tsx
about.tsx
help.tsx
[...404].tsx
(navbar).tsx
(navbar)/
index.tsx
about.tsx
help.tsx
Coop
CoopOP9mo ago
(Navbar).tsx would be the layout of (navbar)?
Brendonovich
Brendonovich9mo ago
ye
Coop
CoopOP9mo ago
nice thanks

Did you find this page helpful?