Skip to content

Workaround for RichMedia preview image breakage edge case

feld requested to merge richmedia-workaround into develop

Workaround for URI.merge/2 bug https://github.com/elixir-lang/elixir/issues/10771

If we avoid URI.merge unless we know we need it we reduce the edge cases we could encounter. The site would need to both have "//" in the %URI{:path} and the image needs to be a relative URL.

Edited by feld

Merge request reports