Closed
Description
So when running the development server if I load in an image let's say ../assets/myimage.png
when I inspect element I see the path gets transformed to /static/img/myimage.png
; however, when I do the same thing with a video tag
<video src="../assets/image2.png">
<source src="../assets/myvid.mp4" type="video/mp4" />
</video>
Neither the video src not the actual video source get's transformed to the correct path