Files
gitlab-instance-0a899031_cn…/config/index.ts
root 283d65d1d1 ;s
2026-06-07 12:48:17 +08:00

14 lines
701 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 {
getPaymentConfig,
getJoinPaymentConfig,
SITE_ID,
} from "./services.config";
export type {
PaymentConfig,
} from "./services.config";