~ / blog via astro open Hello Astro

A sample post used to validate the new file-based blog workflow.

#astro #migration #sample

This is a sample blog post used to prove the content collection workflow.

Creating a new post should be as simple as adding another Markdown file with valid frontmatter.

Code Sample

export const status = 'content collections ready'

The real blog index and post routes will come in the next task.