--- // Pagefind search widget // The pagefind bundle is generated after `astro build` with: npx pagefind --site dist interface Props { class?: string; } const { class: extraClass = '' } = Astro.props; const base = import.meta.env.BASE_URL.replace(/\/$/, ''); ---