--- import SiteSidebar from "./SiteSidebar.astro"; import { normalizeInternalHtmlLinks } from "../lib/urls"; const { articleHtml } = Astro.props; const normalizedArticleHtml = normalizeInternalHtmlLinks(articleHtml); ---