--- // Hyvor Talk comments component interface Props { pageId?: string; } const { pageId } = Astro.props; const computedPageId = pageId ?? Astro.url.pathname; ---