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({
|
||||
async factory(result, props) {
|
||||
const config = await getConfig({
|
||||
variables: props,
|
||||
});
|
||||
|
||||
const config = await getConfig({ variables: props });
|
||||
return renderComponent(
|
||||
result,
|
||||
Renderer.name,
|
||||
|
|
Loading…
Reference in a new issue