fix(posts): duplicate title/slug no longer rejected — auto-unique (title-2, -3…)
A second post with the same title gave "A post with that slug already exists".
New uniqueSlug() helper automatically appends -2/-3/… on a collision, both on
create and on save; a reserved slug gets -post. No more blocking error.
Co-Authored-By: Claude <noreply@…>
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.