Render images with BlockContent

This commit is contained in:
Michael Fatemi 2021-01-06 00:21:30 -05:00
parent 2d9b43feea
commit 769a72eb8b

View File

@ -17,7 +17,7 @@ export default function BlockContentWithExternalLinks({
} }
}} }}
> >
<BlockContent blocks={blocks} /> <BlockContent blocks={blocks} projectId='yi263kzm' dataset='production' />
</div> </div>
); );
} }