Full implementation of the blog post from the Content Island Get Started guide:
https://docs.contentisland.net/get-started/astro/
Steps to run the project:
1. Add the environment variable CONTENT_ISLAND_API_KEY to your .env file with your Content Island API key.
./blog-site/.env
CONTENT_ISLAND_API_KEY=55e5a31cc5573948d5c08b9902fd135dnpm installnpm run dev