Next.js Discord

Discord Forum

Showing a component in multiple routes.

Unanswered
ABUL KALAM posted this in #help-forum
Open in Discord
I have 4 routes in my next.js app.
* /
* /home
* /settings
* /connected_apps
I want to show the sidebar in the bottom 3 routes but not in /. How can I do this?

2 Replies