Skip to content

Commit 004c1fe

Browse files
committed
readd content component to fix linkchecker
1 parent de158c2 commit 004c1fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/ccip/index.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ if (!entry) {
1111
const { Content, headings } = await render(entry)
1212
---
1313

14-
<DocsV3Layout frontmatter={entry.data} {headings} />
14+
<DocsV3Layout frontmatter={entry.data} {headings}>
15+
<Content />
16+
</DocsV3Layout>

0 commit comments

Comments
 (0)