Hi,
I'm working on a solution to replace the <prismic-image />
tag by a custom component using Imgix's Vue library.
Anyway, as I was replacing those tags, I came across not one but three domains where the images stored in Prismic were coming from, that's:
images.prismic.io/<repo-name>
<repo-name>.cdn.prismic.io/<repo-name>
prismic-io.s3.amazonaws.com/<repo-name>
I first tried to retrieve all images from one unique domain: "images.prismic.io" but some SVG don't exist at this address.
-> What are the images (SVG included) that each URL above can serve? And what are their purpose?
Thanks