See [ISR documentation](https://nextjs.org/docs/pages/building-your-application/data-fetching/incremental-static-regeneration) for explanation of ISR. Main issue is that all the examples assume that entire website is known at build time but this isn't the case if you are using ISR. Any examples/ideas?