--- interface Props { analyticsId: string; } const { analyticsId } = Astro.props; ---