diff --git a/packages/guide/src/components/SidebarLayout.astro b/packages/guide/src/components/SidebarLayout.astro index 20580343c..dd6adc0ba 100644 --- a/packages/guide/src/components/SidebarLayout.astro +++ b/packages/guide/src/components/SidebarLayout.astro @@ -10,6 +10,32 @@ type Props = MarkdownLayoutProps<{}>; const { headings } = Astro.props; --- + +