My personal website
6
fork

Configure Feed

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

at main 16 lines 365 B view raw
1export const DEFAULT_BASE = 'Home'; 2 3export const ARIA_LABEL = 'Breadcrumb'; 4 5export const SEPARATOR_ICON = { 6 xmlns: 'http://www.w3.org/2000/svg', 7 width: '24', 8 height: '24', 9 viewBox: '0 0 24 24', 10 fill: 'none', 11 stroke: 'currentColor', 12 strokeWidth: '2', 13 strokeLinecap: 'round' as const, 14 strokeLinejoin: 'round' as const, 15 path: 'm9 18 6-6-6-6', 16};