Showing a component in multiple routes.
Unanswered
ABUL KALAM posted this in #help-forum
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
* /
* /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
right, I will see it.