Hi! Thanks for making this tutorial.
I am using Trix on a form that submits a POST request to a Word Press endpoint that creates a draft of a post (user submitted content). However, when I upload an image using Trix, in the WP dashboard, I get a broken link and no image.
I think this is because Trix is submitting the image as an image tag wrapped around with an anchor tag with an href to the image however, the href is using a relative path which would explain the broken link.
```
colorful_helmet.png165.18 KB
```
Is there a way to extract the image url if I am using active storage and s3 to store the images?