Describe the bug
When deploying a site to a different domain, images added in 'image' and 'media & text' blocks (but not gallery block!) disappear, because the src contain the old domain in the path. Src and srcset paths are not relative.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Src and srcset urls for images added through gutenberg should have relative paths
Additional context
That's a design decision of WordPress core, see https://make.wordpress.org/core/handbook/contribute/design-decisions/#why-relative-urls-are-not-good.
If you migrate sites you need to search-replace URLs.
Suggesting wontfix.
I am closing this issue, because Gutenberg is following the WP design decision.