I have a page that display hotel information by id, so I use getStaticPath to create thing like /hotel-info/542711, 542711 is hotel-id
Problem is There are thousands of hotels, And NextJS will pre-build all that thousands page???? (Increment Static Generation)
Is there problem with memory due to store too much pre-built page like that? ...