This is a test blog entry created to confirm that the Astro blog system is working end to end.
What this checks
- Markdown content loads through the Astro content collection.
- The blog index picks up the post automatically.
- The post route renders at its own URL.
- Category and tag archive pages update from content data.
Why it exists
During the Laravel-to-Astro migration, it is useful to keep one explicit test article in the repository so route generation can be checked quickly.
If you do not want this in production later, remove this file after the final migrated blog content is in place.