--- export type Breadcrumb = { paths: { name: string; href?: string }[]; title: string; }; const { paths, title } = Astro.props as Breadcrumb; ---