File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,10 @@ import {
77 BreadcrumbSeparator ,
88} from " @/components/ui/breadcrumb" ;
99import BlogLayout from " @/layouts/BlogLayout.astro" ;
10- import CodeGroupWrapper from " @/plugins/code-group/CodeGroupWrapper.astro" ;
1110import { getCollection , render , type CollectionEntry } from " astro:content" ;
1211import { NewspaperIcon } from " lucide-react" ;
1312import { DateTime } from " luxon" ;
1413import config from " ../../../explainer.config" ;
15- import ReadMoreWrapper from " ../../lib/plugins/read-more/ReadMoreWrapper.astro" ;
1614import BlogListWrapper from " ../../lib/plugins/blog-list/BlogListWrapper.astro" ;
1715interface Props {
1816 element: CollectionEntry <" blog" >;
@@ -178,7 +176,7 @@ const headingTree = buildHeadingTree(availableHeadings);
178176 <div class =" w-full max-w-4xl" >
179177 <div class =" prose" >
180178 <Content
181- components ={ { CodeGroupWrapper , ReadMoreWrapper , BlogListWrapper }}
179+ components ={ { ... config . content . components , BlogListWrapper }}
182180 />
183181 </div >
184182
You can’t perform that action at this time.
0 commit comments