Kind: Function
Source: atloria-monorepo/apps/web/src/lib/url-utils.ts
Generate an SEO-friendly slug from a title (client-side) Note: Use the backend UrlService for authoritative slug generation
Signature
tsfunction generateSlugPreview(title: string): string
Parameters
| Name | Type |
|---|---|
title | string |
Returns: string
Was this page helpful?