Files
gitlab-instance-0a899031_cn…/config/index.ts
2026-03-09 01:44:13 -05:00

17 lines
766 B
TypeScript

export { SITE_CONFIG, getSiteConfig } from "./site.config";
export { getNavLinks, type NavLink } from "./nav.config";
export { getHomeConfig, HOME_CONFIG, MEMBER_PHOTOS, TRAVELING_NOW, MEETUPS, HOT_TOPICS, ROUTES, HOME_STATS, COMMUNITY_STATS, type MemberPhoto, type TravelingNow, type Meetup, type HotTopic, type Route, type HomeStats } from "./home.config";
export { FILTER_OPTIONS, FILTER_LABELS, type FilterOption } from "./filter.config";
export { FOOTER_SECTIONS, getFooterSections, type FooterLink, type FooterSection } from "./footer.config";
export {
getPocketBaseConfig,
getPaymentConfig,
getJoinPaymentConfig,
getMinioConfig,
} from "./services.config";
export type {
PocketBaseConfig,
PaymentConfig,
MinioConfig,
} from "./services.config";