We are working on a website where we use both the ipx and prismic provider.
When we run npm run generate, we see inside .output/public/_ipx that the ipx images from the external domain (swapcard) are downloaded.
But this is not the case for images coming from the prismic provider.
We would also like the download the images from prismic provider too.
Why ? If we move away from prismic, all our images will stop working even though we statically generated the website !
This doesn't seem right...
We are working on a website where we use both the
ipxandprismicprovider.When we run
npm run generate, we see inside.output/public/_ipxthat the ipx images from the external domain (swapcard) are downloaded.But this is not the case for images coming from the
prismicprovider.We would also like the download the images from
prismicprovider too.Why ? If we move away from
prismic, all our images will stop working even though we statically generated the website !This doesn't seem right...