My personal website
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 229 B view raw
1export const DATE_FORMAT_OPTIONS: Intl.DateTimeFormatOptions = { 2 year: 'numeric', 3 month: 'short', 4 day: 'numeric', 5}; 6 7export const BADGE_VARIANT = 'primary' as const; 8 9export const CASE_STUDIES_BASE_PATH = '/case-studies';