Hello from MerchantHQ
This is a placeholder article. Delete it once real content lands.
What it demonstrates
- The
articlescollection schema insrc/content.config.ts - The listing page at
/articles - The detail template at
/articles/[slug]
Frontmatter supports title, description, pubDate, category (guide, changelog, news,
video), heroImage (a public path like /images/example.png), and draft.
Drafts are visible in npm run dev and excluded from production builds.