Files
indiekit-endpoint-blogroll/lib
Ricardo d7f2344c4b fix: convert Date objects to ISO strings for blog edit items
The Indiekit date filter calls parseISO() which expects a string.
MongoDB returns Date objects for item.published, causing
"dateString.split is not a function" error on the blog edit page.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 11:02:36 +01:00
..