--- import TableOfContents from "./TableOfContents.tsx"; import MoreMenu from "./MoreMenu.astro"; const { content, githubEditUrl } = Astro.props; const headings = content.astro.headings; ---