This is an example post. To add a new one, create src/app/blog/your-slug/page.mdx, fill in the meta block above, and write your article in Markdown below the opening tag.
How it works
- The
metaexport is the single source of truth. The/bloglist and the sitemap read it automatically. - Keep the Markdown flush-left (no leading indentation) so MDX parses it as prose.
categoryshould be one of the values listed inBlogIndex.tsx(or add your own).
Delete this folder once you've added real content.