Insert Video links broken after domain change

hello! There is a bug, after changing the domain name, the resources will be invalidated.
Suggest to optimize it, remove the domain name

existing

<video controls  preload="metadata">
  <source src="https://www.XXX.net/uploads/default/original/1X/b1062a174e3352ac0d47d902c6b8153cb217f580.mp4" type="video/mp4" />
</video>

post-optimization

<video controls  preload="metadata">
  <source src="/uploads/default/original/1X/b1062a174e3352ac0d47d902c6b8153cb217f580.mp4" type="video/mp4" />
</video>
1 Like

Are those links not changed by the remap?