https://i.sstatic.net/QDuSZ.png Is there a way to use **[projectid]** when routing from the allprojects page in Next.js?
In Next.js, we typically use file-based routing for static contents and dynamic routing with file names wrapped in []. In this case, how can we utilize the same dynamic routing for another file while navigating from allprojects?
I've attempted to apply the same routing method used in page.js to allprojects, but I'm unable to figure out how to make it work. Any suggestions on how to achieve this?