admin/constants/discovery.ts
alisaza e1eaf5eff5 feat: initial ghabilee-admin backoffice app
Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js
app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
2026-09-05 13:12:59 +03:30

11 lines
319 B
TypeScript

export const DISCOVERY_PAGE_SIZE = 12
/** Home hero strip: most-booked events. */
export const HOME_POPULAR_LIMIT = 3
/** Home category preview list under EventTitleRoller. */
export const HOME_CATEGORY_PREVIEW_LIMIT = 6
export const HOME_POPULAR_SORT = '-bookedCount'
export const HOME_CATEGORY_SORT = '-createdAt'