Allow Video components to render in ReleasePost
Created by: bretthayes
MDX Remote currently has a known bug that doesn't allow JS syntax for React component props which prevents us from passing an object literal to our Video component which is required to render mp4 and webm string options.
Investigate and look into why parsing object literals doesn't work with MDX Remote.
Error:
Could not parse expression with acorn
In addition, update our ReleasePost template to allow Video and YouTube component rendering as seen in this commit once the syntax solution is in place.