Next.js Discord

Discord Forum

SSG | page generation under dynamic pages.

Unanswered
ekimcem posted this in #help-forum
Open in Discord
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 ?

2 Replies

Anyone ? up
@joulev maybe you may help with it ? 🙂