We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de158c2 commit 004c1feCopy full SHA for 004c1fe
src/pages/ccip/index.astro
@@ -11,4 +11,6 @@ if (!entry) {
11
const { Content, headings } = await render(entry)
12
---
13
14
-<DocsV3Layout frontmatter={entry.data} {headings} />
+<DocsV3Layout frontmatter={entry.data} {headings}>
15
+ <Content />
16
+</DocsV3Layout>
0 commit comments