Create a next.js prebuild script that downloads all of Jodie's Bluesky (posts and media (images)) and saves it to a JSON file. Then use that file, plus the API for production, to get the Bluesky posts. This way, we have a history and can, in the future, create a posts page with the JSON file as the source instead of hitting their api hard
Create a next.js prebuild script that downloads all of Jodie's Bluesky (posts and media (images)) and saves it to a JSON file. Then use that file, plus the API for production, to get the Bluesky posts. This way, we have a history and can, in the future, create a posts page with the JSON file as the source instead of hitting their api hard