chore: formatting
This commit is contained in:
parent
bcf1cde198
commit
68c04c28d5
1 changed files with 1 additions and 4 deletions
|
@ -150,10 +150,7 @@ export default function markdocIntegration(legacyConfig?: any): AstroIntegration
|
||||||
|
|
||||||
export const Content = createComponent({
|
export const Content = createComponent({
|
||||||
async factory(result, props) {
|
async factory(result, props) {
|
||||||
const config = await getConfig({
|
const config = await getConfig({ variables: props });
|
||||||
variables: props,
|
|
||||||
});
|
|
||||||
|
|
||||||
return renderComponent(
|
return renderComponent(
|
||||||
result,
|
result,
|
||||||
Renderer.name,
|
Renderer.name,
|
||||||
|
|
Loading…
Reference in a new issue