Reactjs – How can I separate NextJS App DIR root Layout from account layout?
I'm trying to build a NextJS (APP ROUTING) web application with 2 sections: Website Account I would like users to access the restricted account section via domain.tld/account whereas the website lives in domain.tld ISSUE: There is a navbar component declared…