I have a project folder like this;
app/[projectId]/.....
there are lots of page after dynamic projectid page like projectId/overview, projectId/questions , projectId/data ... etc.
In the children pages after project ID i use fetch API to get data, in the [projectId]/pages.tsx i use generateStaticParams, but it only generates those pages but the problem is i use projectId in children pages and i want them to be generated too,
How can i do it in build time ?