Tuesday, 27 September 2022

How to Export Large Next.js Static Site in Parts?

I am using Next.js's Static HTML Export for my site which have 10 million static pages but I am running into ram issues when building the app.

Is it even possible to export it in parts like 100k pages on first build then 100k on second build and so on?

I do not want to use Incremental Static Regeneration or getServerSideProps to cut costs.



from How to Export Large Next.js Static Site in Parts?

No comments:

Post a Comment