Welcome to the new Reccy Blog.
This blog uses Astro Content Collections, so every post is just a Markdown file in src/content/blog. Add a new file with frontmatter, commit it, and your post is published automatically.
What we’ll share
- Product announcements and release notes
- End-to-end testing playbooks
- Lessons learned from building AI-powered test automation
How to publish
- Create a new Markdown file in
src/content/blog. - Add frontmatter fields like
title,description, andpublishedAt. - Write your post body in Markdown.
That’s it — Astro takes care of validating metadata and generating pages.