You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cfa8cac: Preserve raw MDX and HTML blocks in the editor without escaping component tags, and improve MDX block validation and parsing performance.
5d41de3: Refactor documents and singletons tables to use the shadcn DataTable component (built on @tanstack/react-table).
a509f19: Outstatic now generates structured commit messages with the human-readable action first and an [outstatic:scope] tag at the end, e.g. update draft "Post title" [outstatic:content] and upload media "hero.jpg" [outstatic:media]. Rebuilds of the internal media.json manifest commit as update media-index [outstatic:config] (not [outstatic:media]) so deployment rules that skip media-only commits do not also skip manifest rebuilds. Slug renames surface in commit messages with a (renamed from <old-slug>) note, e.g. update published "New Title" (renamed from old-slug) [outstatic:content]. Together this makes commit history easy to scan while still letting Vercel's Ignore Build Step or GitHub Actions detect Outstatic commits and skip draft-only or media-only deploys.