Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
11 lines
319 B
TypeScript
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'
|