strawberry-graphql / strawberry.rocks

Website for Strawberry GraphQL
https://strawberry.rocks
MIT License
25 stars 12 forks source link

Make the website static #493

Open patrick91 opened 4 months ago

patrick91 commented 4 months ago

I'm using SSR with Astro, but the content is pretty much static, we just need a way to update the content when pushing on the main Strawberry repo.

patrick91 commented 4 months ago

https://logsnag.com/blog/implementing-isr-in-astro

patrick91 commented 4 months ago

https://vercel.com/docs/incremental-static-regeneration (check if astro implements the build output api)