mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 10:50:38 +09:00
fix: append short UUID suffix to project slugs when non-ASCII characters are stripped to prevent slug collisions
This commit is contained in:
parent
ebc6888e7d
commit
99296f95db
4 changed files with 32 additions and 6 deletions
|
|
@ -559,7 +559,7 @@ export {
|
|||
|
||||
export { API_PREFIX, API } from "./api.js";
|
||||
export { normalizeAgentUrlKey, deriveAgentUrlKey, isUuidLike } from "./agent-url-key.js";
|
||||
export { deriveProjectUrlKey, normalizeProjectUrlKey } from "./project-url-key.js";
|
||||
export { deriveProjectUrlKey, normalizeProjectUrlKey, hasNonAsciiContent } from "./project-url-key.js";
|
||||
export {
|
||||
AGENT_MENTION_SCHEME,
|
||||
PROJECT_MENTION_SCHEME,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue