My nextjs (v13) app have a first common part with index and a form and a second part with SSG + ISR (36k files) the form need to be updated regularly and each build generate 36k files
Tried to find a solution to build without SSG because the structure of them is never updated
I saw the build id + chunks links on each SSG page, then i think i don't have any choice
The second solution is to extract the form on an external little react app beside the next app
your point of view on my problem is welcome
thx