We can replace the blog iframe with an eleventy _data JS file ( https://www.11ty.dev/docs/data-js/ ) to fetch the sponsors. Website rebuilds would need to be triggered by the Open Collective webhooks.
The opencollective.js could straight up be moved to _data - it would need to be modified to remove the HTML generation and just export the members. The members could then be added to the liquid template
We can replace the blog iframe with an eleventy _data JS file ( https://www.11ty.dev/docs/data-js/ ) to fetch the sponsors. Website rebuilds would need to be triggered by the Open Collective webhooks.
The opencollective.js could straight up be moved to _data - it would need to be modified to remove the HTML generation and just export the members. The members could then be added to the liquid template