Changeset b27cde6 in Klonkt for src/services/i18n.js

Timestamp:
06/21/2026 07:31:08 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
0251bae
Parents:
1ee5f65
Message:

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.