You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that #142 is ready, I think we just need to setup a github deploy cron job and it will do things automatically. We can maybe even have the pluspool-led-scrape-data action have a webhook on successfully completion to kick off this page rebuild...
The s3 data is available a build-time, so we should be able to use https://nextjs.org/docs/basic-features/data-fetching/get-static-props#using-getstaticprops-to-fetch-data-from-a-cms
The downside is that we will want to re-render every X minutes, when the data gets updated. This matters for the LIVE site but not the archival site.
The text was updated successfully, but these errors were encountered: