🔷 words.ts

This commit is contained in:
nirholas
2026-03-31 10:24:34 +00:00
parent 7cc6544a3d
commit e56332a261

View File

@@ -798,3 +798,4 @@ export function generateShortWordSlug(): string {
const noun = pickRandom(NOUNS)
return `${adjective}-${noun}`
}