Start using [Static Generation](https://nextjs.org/docs/basic-features/data-fetching#getstaticprops-static-generation) to serve pre-fetched and pre-rendered pages. Should update after _n_ minutes. This would also mean activating a `client_credentials` flow, to access data server-side, without user authentication.
Start using Static Generation to serve pre-fetched and pre-rendered pages. Should update after n minutes.
This would also mean activating a
client_credentialsflow, to access data server-side, without user authentication.