feat(blog): CMS cover images via MinIO, instant cache purge, drop embedded posts #121

Merged
root merged 1 commits from blog-cms-assets into main 2026-06-10 00:22:51 +03:00

1 Commits

Author SHA1 Message Date
4e67f30d6d feat(blog): CMS cover images via MinIO, instant cache purge, drop embedded posts
Some checks failed
QA Gate (P0/P1) / Test affected app (pull_request) Has been cancelled
- cover_file uploads in Directus land in the public blog-assets MinIO bucket;
  API resolves them to storage.sase.tr URLs (Directus itself is Tailscale-only)
- POST /blog/cache/purge (automation token) lets a Directus Flow drop the
  30-min list cache the moment a post changes in the CMS
- blog list + detail pages now render purely from the API; the 4 hand-authored
  posts were migrated to Directus earlier and the JSX copies are removed

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 00:22:49 +03:00