In this line of code there is no conversion like images and audio via the `editor.resolveFileUrl` method https://github.com/TypeCellOS/BlockNote/blob/71792c2fbdc99785cd8ce5b540d1a468e6c66131/packages/core/src/blocks/VideoBlockContent/VideoBlockContent.ts#L66 Refer to the render code of the image ```js editor.resolveFileUrl(block.props.url).then((downloadUrl) => { image.src = downloadUrl; }); ```