terijaki / vcmuellheim

This is the github repository for the Volleyballclub Müllheim e.V. website.
https://vcmuellheim.de
1 stars 0 forks source link

migrate off GitHub Pages #178

Open terijaki opened 1 week ago

terijaki commented 1 week ago

The site has reached the 1 GB threshold and needs to be migrated off GH pages to sustain.

It then no longer needs to be that statics and it is a good opportunity to move away from full SSG and embrace NextJS caching instead.

terijaki commented 1 week ago

https://nextjs.org/docs/pages/building-your-application/rendering/server-side-rendering

terijaki commented 1 week ago

https://nextjs.org/docs/pages/building-your-application/data-fetching/incremental-static-regeneration

If there is an error inside getStaticProps when handling background regeneration, or you manually throw an error, the last successfully generated page will continue to show. On the next subsequent request, Next.js will retry calling getStaticProps.