OffDeck marketing site — Phase D pipeline proof

Home

✅ Next.js + Strapi pipeline is wired. Strapi is reachable and responding.

No Page with slug home exists yet. To prove the editor → publish → render flow:

  1. Visit https://marketing-cms.localhost/admin (create admin user on first visit)
  2. Content Manager → Page → Create new entry. Title Home, slug home
  3. Add some body text and Publish
  4. Refresh this page — content appears

Note: ISR/webhook revalidation is wired but tag invalidation only fires once Strapi lifecycle hooks are connected (Phase D follow-up).